Please enable JavaScript.
Coggle requires JavaScript to display documents.
git, quize 2, 1 quize, стани змін, GitHub, quize3, quize4, head - поінтер…
git
-
git commit -a -m 'ff'
If we're making a small change and want to skip the staging step,
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
git diff
Is similar to the Linux diff
command, and can show the differences in various commits
git diff --staged
An alias to --cached, this will show all staged files compared to the named commit
-
git mv
Similar to the Linux mv
command, this moves a file
git rm
Similar to the Linux rm
command, this deletes, or removes a file
-
git revert
a new commit is created with inverse changes. This cancels previous changes instead of making it as though the original commit never happened.
-
-
-
-
-
-
-
-
git merge --abort
If there are merge conflicts (meaning files are incompatible), --abort can be used to abort the merge action.
-
-
-
1 quize
-
-
-
-
-
-
-
-
-
Save the file by pressing Ctrl-o, Enter key, and Ctrl-x.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
head - поінтер на карент бренч вказ на ост коміт, місце де знаходимось