There was an error while loading. Please reload this page.
1 parent df59ac3 commit 343285dCopy full SHA for 343285d
README.md
@@ -32,4 +32,16 @@ To update changes on github to your local machine use:
32
> git pull origin <branch-name\>
33
34
To push changes on your local machine to github use
35
-> git push origin <branch-name\>
+> git push origin <branch-name\>
36
+
37
+To view your present status use
38
+> git status
39
40
+To view a list of all your tracked files use
41
+> git ls-files
42
43
+To back out after creating a commit use
44
+> git reset HEAD <file-name\>
45
46
+To discard all changes to a file use
47
+> git checkout -- <file-name\>
0 commit comments