News

git init: creating a new repository. git clone: to copy or check out the working repository. git pull: fetch the code already in the repository. git push: sending the changes to the master branch. git ...