mirror of
https://github.com/denisidoro/navi.git
synced 2026-07-25 11:04:06 +00:00
First commit
This commit is contained in:
commit
3fd0e3f5cb
16 changed files with 351 additions and 0 deletions
13
sheets/git.cheat
Normal file
13
sheets/git.cheat
Normal 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)'
|
||||
Loading…
Add table
Add a link
Reference in a new issue