Memento git
Posté par Clem
| mardi 28 janvier 2014 à 15:44 | rss
# git add
# git commit -m "comment"
# git push
# git push upstream master
// Get update from master :
# git pull upstream master
# git config --global alias.st 'status'
// Credentials
// Store credentials in cache :
# git config --global credential.helper "cache --timeout=3600"
// Store credentials permanently :
# git config credential.helper store
// remove credentials :
# git config --unset credential.helper
More on alias
More on credentials storage
This work is licensed under a Creative Commons Attribution 3.0 Unported License
Commentaires
Le jeudi 30 janvier 2014 à 23:52, par Téléchargement gratuit de ask.fm tracker :: email :: site :: #
Ajouter un commentaire
Les commentaires pour ce billet sont fermés.