Please enable JavaScript.
Coggle requires JavaScript to display documents.
Git Useful Command (Basic (Commit change (Commit Log (取得較為精簡的歷史紀錄,同時你也可以取得…
Git Useful Command
-
Changelog
-
-
:red_flag: git reset "HEAD@{1}" --hard #
-
-
-
Regret the commit
Revert commit
-
-
Revert will commit a new reverted version, not just back to previous version (reset)
-
-
-
-
-
-