Open main menu

Changes

Git asynchronous development

11 bytes removed, 13:01, 24 June 2013
</source>
# To see the commit message
git log
# If you would like to replace the last commit info
git commit --amend
   # Or see last changes by
git log -p
== See also ==
[[Category:Git]]