Last active
May 18, 2017 18:11
-
-
Save clairton/606051aac4dd6625cb0238d2175af06a to your computer and use it in GitHub Desktop.
Auto complete git Macos
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
executar "vi ~/.profile" | |
pressionar "i" para ir para o modo de inserção | |
colocar a linha "source `xcode-select -p`/usr/share/git-core/git-completion.bash" | |
pressionar "esc" para sair do modo de inserção | |
digitar ":wq" | |
pressionar "enter" | |
digitar "source ~/.profile" | |
Se acaso não funcionar fazer o mesmo procedimento no arquivo ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment