1107 shaares
52 private links
52 private links
Permet de mieux ce faire comprendre par son ordinateur...
Exemple qui m'arrive souvent mais j'ai la flemme de retaper la commande correctement :
➜ git push
fatal: The current branch master has no upstream branch.
To push the current branch and set the remote as upstream, use
git push --set-upstream origin master
➜ fuck
git push --set-upstream origin master [enter/↑/↓/ctrl+c]
Counting objects: 9, done.
...
C'est aussi utile quand on fait une faute de frappe dans une commande et qu'on a pas envie de la corriger...
➜ git brnch
git: 'brnch' is not a git command. See 'git --help'.
Did you mean this?
branch
➜ fuck
git branch [enter/↑/↓/ctrl+c]
* master