3. Version control

Note

Don’t modify this file in RDE-Doc. Update the file in personal notes, then copy it here.

3.1. Git

3.1.1. Basics

3.1.2. installation

3.1.3. Create new repository

git init
git config --global user.email "abdo_sarter@hotmail.com"
git config --global user.name "Abed"

3.1.4. Clone existing repository

Clone repository

git clone https://github.com/abedGNU/QtSnap7.git

3.1.5. Commit and versioning

3.1.6. Push and pull

3.1.7. Branching

3.1.8. Github pages