Contekan Git
Revision as of 20:22, 19 March 2016 by Gibransyah (talk | contribs)
- Rollback to specific version
* git log * git checkout [commit_hash] [file_name] -> use . at file_name for whole tree
- Alias
git config --global alias.co checkout git config --global alias.br branch git config --global alias.ci commit git config --global alias.st status