Skip to content

Instantly share code, notes, and snippets.

@SubhrajitPrusty
Last active October 22, 2018 14:37
Show Gist options
  • Save SubhrajitPrusty/30bbd1f75d83819f7e401e7f4e178fdf to your computer and use it in GitHub Desktop.
Save SubhrajitPrusty/30bbd1f75d83819f7e401e7f4e178fdf to your computer and use it in GitHub Desktop.
Topic Covered in Github Seminar [CODEX]

Github Seminar

Topics


  • What is Git and Github?
  • Usage of git and Github
  • Difference between git and Github.
  • Setting up Git on different platforms.

Github

  • Creating a repository
  • Cloning
  • Commit
  • Branching
  • Forking a repository
  • Issues
  • Pull requests
  • Basic Markdown and Readme

Git

  • git init
  • git clone
  • git status
  • git diff
  • git add
  • git commit
  • git pull
  • git fetch
  • Branches and merging
  • git reset & git clean
  • git remote
  • gitignore

Others

  • Using git with popular text editors.
  • Some industrial practices.
  • Hacktoberfest, Showcasing your projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment