Εντολές για προώθηση κώδικα:
- git add .
- git commit -m "Version 1.1"
- git push
Εντολές για ανανέωση κώδικα στην τελευταία έκδοση:
Εντολές για έλεγχο κατάτστασης:
Σωστή πρακτική
- git add or . (for all changes)
- git commit -m "Name of the commit"
- git pull
- "If merge conflicts solve them and ..."
- git push
Επιστροφή σε παλιά έκδοση (1)
Επιστροφή σε παλιά έκδοση (2)
Επιστροφή σε παλιά έκδοση (3)
Επιστροφή σε παλιά έκδοση (4)
- git checkout 333173cea69556affb0edfdb8348652b929503c0
- "Make changes"
- git add .
- git commit -m "Making some changes on ..."
- git push
Επιστροφή σε παλιά έκδοση
- git log
- git checkout
- git reset (unpublished commits)
- git revert (makes a copy, safer solution)
Ένωση Κώδικα
via GIPHY
Ροή Εργασίας Git
Git Workflow
Git GUI
This work is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.