Open the terminal, move to preferred directory and type
git clone <repository-link>
git status
* git add <file-name>
OR
* git add . (for all the files)
git commit -m "<some message>"
git push origin <branch>
Open the terminal, move to preferred directory and type
git clone <repository-link>
git status
* git add <file-name>
OR
* git add . (for all the files)
git commit -m "<some message>"
git push origin <branch>