Skip to content

Instantly share code, notes, and snippets.

View blue-ice's full-sized avatar

Rob Schwartz blue-ice

  • Denver, Colorado
View GitHub Profile
@blue-ice
blue-ice / git-workflow.md
Last active April 7, 2017 00:18
Workflow containing several common actions for reference

Downloading a remote repository for the first time

  1. cd ~/Documents/git-repositories/
  2. We need to grab the entire repository, selecting the branch needed and the local location that should be used (HTTPS):
  3. git clone -b <branch-name> https://github.com/blue-ice/<repo-name>.git ~/Documents/git-repositories/<repo-name>
  4. YOU MUST cd <repo-name>

Modifications, commits and updates

First steps

@blue-ice
blue-ice / .gitignore_global
Last active September 24, 2017 18:52
Instructions for git+github setup on a new computer
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #