First commit

This commit is contained in:
Denis Isidoro 2019-09-20 10:38:58 -03:00
commit 3fd0e3f5cb
16 changed files with 351 additions and 0 deletions

13
sheets/git.cheat Normal file
View file

@ -0,0 +1,13 @@
% git
# Clear everything
git clean -dxf
# Sign all commits in a branch based on master
git rebase master -S -f
# Checkout to branch
# Change branch
git checkout <branch>
$ branch: git branch --format='%(refname:short)'