- Download Free eBook: https://codingwithbasir.com/download
- Fork and Clone This repository
- Code Project A1
- Send a Pull Request
- Let me know to review your code: [email protected]
- ls
- Filesystem
- pwd
- cd I
- cd II
- mkdir
- touch
- git init
- Git Workflow
- git status
- git add
- git diff
- git commit
- git log
- head commit
- git checkout
- more git add
- git reset I
- git reset II
- branching overview
- git checkout
- commit on a new branch
- git merge
- merge conflict I
- merge conflict II
- delete branch
- git clone
- git remote -v
- git fetch
- git merge
- Git workflow
- git push
- What is GitHub?
- Create a GitHub Account
- Git Setup for Mac
- Git Setup for Windows
- Connect to GitHub through ssh
- Check for existing keys
- Generating a new SSH key
- Adding SSH key to the ssh-agent
- Adding the SSH key to your GitHub account
- Try It Out!
- Your First Remote Repository on GitHub