Git Push Pull Help
Git Push Pull Help
4-preview20140611)
Run 'git help git' to display the help index.
Run 'git help <command>' to display help for specific commands.
PBB@IPLCELPT00033 /D/Vidit/WMP Related/Coursera courses/Exploratory Data Analysi
s/proj1 (master)
$ git push origin master
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
PBB@IPLCELPT00033 /D/Vidit/WMP Related/Coursera courses/Exploratory Data Analysi
s/proj1 (master)
$ git remote add https://github.com/viditgarg/ExData_Plotting1.git
usage: git remote add [<options>] <name> <url>
-f, --fetch
--tags
s/proj1 (master)
$ git push origin master
Username for 'https://github.com': viditgarg
Password for 'https://[email protected]':
Counting objects: 13, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (12/12), done.
Writing objects: 100% (12/12), 18.97 KiB | 0 bytes/s, done.
Total 12 (delta 4), reused 0 (delta 0)
To https://github.com/viditgarg/ExData_Plotting1.git
73fe5c6..19d14a5 master -> master
PBB@IPLCELPT00033 /D/Vidit/WMP Related/Coursera courses/Exploratory Data Analysi
s/proj1 (master)
$ git push origin master