Tuesday 16 February 2016

Git: quick reminder

The post consists of sets of frequently used sets of commands.


How to pull the data?
How to push the data?
To check what files are going to be updated: git status
How to make a tag?
How to remove a tag?
git tag -d pub1
How to undo git add:
git reset file.txt

No comments:

Post a Comment