Git Basic Commands
Git Basic Commands
5) git config --global user.email “[email protected]” – set git user mail globally
6) error: 'nodeDemo/' does not have a commit checked out – Need to Delete if Mistakenly Created
Sub folders inside Project
10) git push -u origin master – push code to specific orgin name.
12) git commit -m "test" – put message after putting modified file