Skip to content

jonberthet/Seed

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Seed

Seed Repository

Setup

  1. Make a development directory mkdir 'whateveryouwanttonameit'
  2. cd into your development directory
  3. Clone the repo: git clone https://github.com/schmevie/Seed

Branching

  1. First switch to the master branch: git checkout master
  2. Get the latest version: git pull
  3. Checkout a new branch: git checkout -b <your-initials-here>/<feature-name-here>
  • For example: git checkout -b al/did-something-here
  1. Hack and commit away.
  2. Push the new branch to GitHub: git push origin <your-branch-name>
  • Example: git push origin al/did-something-here
  1. Create a pull request by navigating to the branch on GitHub and clicking "Compare & pull request"
  2. Wait for comments. Revise as necessary, git pushing the branch so that your updates are visible.
  3. Once someone says it's good, click "Merge pull request"

Work tracking

Check out the public Trello board @ https://trello.com/b/v1Nm9NSs/berkeley-hackathon

About

Seed Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published