Skip to content

Instantly share code, notes, and snippets.

@JoniWeiss
Last active December 18, 2016 22:53
Show Gist options
  • Select an option

  • Save JoniWeiss/b8430eacd6778e0cba8f2b47239c2e13 to your computer and use it in GitHub Desktop.

Select an option

Save JoniWeiss/b8430eacd6778e0cba8f2b47239c2e13 to your computer and use it in GitHub Desktop.
Git Practical

Some practical tips on using Git and Github

  • (from a relative noobe)

Table of Contents

  1. Some basic Git Stuff
  2. Remote repositories
  3. Git Branching
  4. Git

Some Git Basics

Git Init

Git files (README.md, LICENSE.md, .gitignore)

Git Branches

Git Clone

Add - Commit - Push

Naming your remote repositories

Tips

Different Push & Pull repositories (URLs)

OOPS! I Forgot to Create a Branch!!

Branching your Repository

Create a branch

Push Branch to remote

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment