- 1. Home
- 1.1. Git
- 1.1.1. git stash - temporary saving changes
- 1.1.2. Git workflow for individuals
- 1.1.3. git config
- 1.1.4. Start Git with a local repository
- 1.2. GitHub
- 1.2.1. Create an account on GitHub
- 1.2.2. Filtering GitHub pull requests waiting for me
- 1.2.3. Merge only one commit from a Pull-request on GitHub
- 1.2.4. Creating a website on GitHub Pages using Markdown
- 1.2.5. Using Git on Windows in VS Code
- 1.2.6. Create website on GitHub pages using mdBook
- 1.3. Git on Windows
- 1.3.1. Why use a version control system
- 1.3.2. Download and install git
- 1.3.3. Download and install Git on MS Windows
- 1.3.4. Getting started with Git on MS Windows
- 1.3.5. Creating a local git repository
- 1.3.6. Adding first file to your git repository
- 1.3.7. Getting help for git
- 1.3.8. Exercise git session 1
- 1.3.9. Git file status
- 1.3.10. Recording changes in Git
- 1.4. Other
- 1.4.1. Why Git is better than Subversion for Open Source Projects