Please enable JavaScript.
Coggle requires JavaScript to display documents.
Git lec 14,15 - Coggle Diagram
Git lec 14,15
git log
-
git log -[n]
last n commits
n = 1,2,3,...
-
-
-
git status
Shows the status
of local workspace,
staging or repository
-
-
-
-
-
-
-
-
-
-
When two files with
same name exist in
different branches
with different data,
conflict may occur if
we do merge
When conflict occurs,
edit the file and then
add and commit
-
-