GIT and Bash Logos

How to enable auto complete for git commands and branches on Mac OSX terminal / Command line

If you want to enable tab auto complete at the command line on Mac OSX terminal, there is a handy auto-completion script you can use. https://github.com/git/git/blob/master/contrib/completion/git-completion.bash Using git-completion script to enable auto complete for GIT commands Download and save the git-completion script to your home directory curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash -o ~/.git-completion.bash Then open the .bash_profile file

React native : Application AwesomeProject has not been registered

If you get the following error when starting with your react native app Application AwesomeProject has not been registered. This is either due to a require() error during initialization or failure to call AppRegistry.registerComponent. You probably are following the react native tutorial here. When you past the code from the hello world example here your registered