c project create a new c project
- create a new GitHub account: GitHub: https://github.com/
- download and install git: https://git-scm.com/downloads
- open a folder in your local environment
- open Terminal for Linux or CMD for Windows in the folder (you can use the 'cd' command in Linux and Win to navigate to your folder e.g: cd home/usr/user/your_folder)
- Clone the project using the git clone command in the Terminal you open:
git clone https://github.com/Haim098/Assmbler_project
Now you have the git repository in your local machine
To save your changes locally use the commit command
git commit -m "your massege"
To update the branch in GitHub use the push command
git push
To update your local machine barch
git pull
To change your branch use the Checkout command
git checkout origin\<type your branch>