Git easy Commands



first check status(which file change or add or delete)
-git status
then add all file in the repo
-git add -A
then commit changes
-git commit -m "your message"
for push on the server
-git push

Comments