Git easy Commands September 25, 2018 Get link Facebook X Pinterest Email Other Apps 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
Comments
Post a Comment