You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Git/Readme.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,10 @@
34
34
- Commit tracks the previous commits as well to keep track all the previous commit, every commit had there own unique hash id to categorize unique commit.
35
35
- **.gitignore** file
36
36
- files which should not be tracked or some sensative info which we are not allow to expose over repo so we keep that file inside .gitignore file.
37
-
37
+
- For umCommit the changes which are not pushed use below command
38
+
- ```git
39
+
git reset --soft HEAD~1
40
+
```
38
41
39
42
- *Branches*
40
43
- Its like an alternaive timeline, always are on some branch
0 commit comments