Δημοσιεύτηκε: 27 Νοέμ 2011, 20:08
Μπορεί κάποιος να μου εξηγήσει το origin master;Το χρησιμοποίησα εδώ
- Κώδικας: Επιλογή όλων
git push origin master
- Κώδικας: Επιλογή όλων
! [rejected] master -> master (non-fast-forward)
error: failed to push some refs to 'git@github.com:giannosfor/FileProcedure.git'
To prevent you from losing history, non-fast-forward updates were rejected
Merge the remote changes before pushing again. See the 'Note about
fast-forwards' section of 'git push --help' for details.
- Κώδικας: Επιλογή όλων
git add FileIn.java
- Κώδικας: Επιλογή όλων
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)