Skip to content

sotenna/learn-git-github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

29cd0fb · Oct 7, 2019

History

7 Commits
Oct 7, 2019
Oct 7, 2019
Sep 20, 2019
Oct 7, 2019

Repository files navigation

Learn Git and Github

  1. Download Free eBook: https://codingwithbasir.com/download
  2. Fork and Clone This repository
  3. Code Project A1
  4. Send a Pull Request
  5. Let me know to review your code: [email protected]

COMMAND LINE

Project A1: Backup Files

  • ls
  • Filesystem
  • pwd
  • cd I
  • cd II
  • mkdir
  • touch

INTRODUCTION TO GIT

Project B1: Creat Repo

  • git init
  • Git Workflow
  • git status
  • git add
  • git diff
  • git commit
  • git log

HOW TO BACKTRACK

  • head commit
  • git checkout
  • more git add
  • git reset I
  • git reset II

GIT BRANCHING

  • branching overview
  • git checkout
  • commit on a new branch
  • git merge
  • merge conflict I
  • merge conflict II
  • delete branch

GIT TEAMWORK

  • git clone
  • git remote -v
  • git fetch
  • git merge
  • Git workflow
  • git push

GITHUB

  • 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

About

Learn Git and Github with Basir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published