Skip to content

Instantly share code, notes, and snippets.

View deannariddlespur's full-sized avatar
:octocat:

DeAnna Lynn Riddlespur deannariddlespur

:octocat:
View GitHub Profile
@deannariddlespur
deannariddlespur / .gitconfig
Last active August 29, 2015 14:27
Personal gitconfig file
[user]
name = Roberto Aguilar
email = raguilar@dojogeek.io
[color]
ui = true
[alias]
co = checkout
cm = commit
history = log --graph --oneline --decorate
st = status

#Your Ideas Here

  • Dependencies across processes
  • Bug Tracking
  • pull request process
  • Conflict resolution
  • Feature branching
  • forking vs merging and cloning
  • the nuclear option
  • Not just GitHub Integration( CI, alternatives)
@deannariddlespur
deannariddlespur / Todo-list-with-AngularJS.markdown
Created October 25, 2013 12:52
A Pen by Lynn Riddlespur.