TO push
Git add --all Git commit -m 'req.send is not a function' Git push origin master clear
to pull
Git add --all Git commit -m 'new ' git pull origin bridyc-accountant clear
to change branch
Git checkout branch_name
create new branch $ git checkout -b iss53 Switched to a new branch "iss53"
**************** Initialize **************** Upload code to Github Solution Link : https://stackoverflow.com/questions/32238616/git-push-fatal-origin-does-not-appear-to-be-a-git-repository-fatal-could-n
0. Git Init
1. git remote rm origin
2. git remote add origin https://github.com/Deepjyoti120/NodeJsApi-.git
3. git push -f origin master
Solution Link For Remote Origin Already Exists :
https://stackoverflow.com/questions/10904339/github-fatal-remote-origin-already-exists
**************** Initialize Finished ****************