configuration
For specific projects, just remove the option.gitignore file example
More examples here https://github.com/github/gitignore |
track projects
git status -s example MM Rakefile = has been staged as modified and then modified again in the working space (and this edit has not been staged yet). _M Readme = modified in working space and not staged yet ?? LICENCE.TXT = not tracked yet A_ file.txt = added to staging git rm examples
|
check differences
|
Cheatography
https://cheatography.com
git-pro cheat sheet Cheat Sheet (DRAFT) by crash
git cheat sheet from git-pro book
This is a draft cheat sheet. It is a work in progress and is not finished yet.