Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Boudy
fichiers_configuration
Commits
0ac3a144
Commit
0ac3a144
authored
Apr 11, 2015
by
Vincent Le gallic
Browse files
[.bash_aliases] Alias shakegit
parent
2816b441
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bash_aliases
View file @
0ac3a144
...
...
@@ -103,7 +103,11 @@ alias sshadd='ssh-add -t 1800'
#~# # Pour que les semaines de cal commencent le Lundi
#~# alias cal='ncal -bM'
#~# # Hack pour déclencher les hooks sur un dépôt bare git
#~# # (genre git-update-server-info et/ou trigger KGB)
#~# # en faisant un truc bidon et transparent pour l'historique
#~# # (à savoir créer une branche et la supprimer)
#~# alias shakegit='git checkout -b shakegitbranch && git push origin shakegitbranch && git checkout master && git branch -d shakegitbranch && git push origin :shakegitbranch'
# +--------+
# | Divers |
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment