Advertisement
Guest User

Untitled

a guest
May 24th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > echo "#try" >> README.md
  2. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > git init
  3. Reinitialized existing Git repository in /home/aasaqt/AndroidstudioProjects/googlemaps/.git/
  4. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > git add --all
  5. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > git status
  6. On branch master
  7. Changes to be committed:
  8. (use "git reset HEAD <file>..." to unstage)
  9.  
  10. modified: README.md
  11.  
  12. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > git commit -m "Te final commit"
  13. [master ccdb1a1] Te final commit
  14. 1 file changed, 1 insertion(+)
  15. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > git remote add ccdb1a1 https://github.com/Aasaqt/new-world.git
  16. aasaqt@aasaqt-K53SM:~/AndroidstudioProjects/googlemaps > git push ccdb1a1 master
  17. Username for 'https://github.com': Aasaqt
  18. Password for 'https://Aasaqt@github.com':
  19. To https://github.com/Aasaqt/new-world.git
  20. ! [rejected] master -> master (fetch first)
  21. error: failed to push some refs to 'https://github.com/Aasaqt/new-world.git'
  22. hint: Updates were rejected because the remote contains work that you do
  23. hint: not have locally. This is usually caused by another repository pushing
  24. hint: to the same ref. You may want to first integrate the remote changes
  25. hint: (e.g., 'git pull ...') before pushing again.
  26. hint: See the 'Note about fast-forwards' in 'git push --help' for details.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement