Skip to content

Instantly share code, notes, and snippets.

@SiimonStark
Last active February 15, 2020 17:15
Show Gist options
  • Save SiimonStark/8dfce768f6676f1f6af0551764dfb4f1 to your computer and use it in GitHub Desktop.
Save SiimonStark/8dfce768f6676f1f6af0551764dfb4f1 to your computer and use it in GitHub Desktop.
Bullet List for New Developers Starting a Project
1: Create the Repo
2: Navigate to hw directory
- Establish Remote
3: Create New Branch
4: Do the work
- Small Commits
5: Push up to the repo
6: Merge the Branch to Remote Master (GitHub)
7: Pull to Local Master
8: Create New Branch/ Continue Work on Existing Branch
9: Delete Old unused branches
* RINSE & REPEAT
* Special Notes:
- Don't forget to create a good ReadME
[Blog on creating ReadME](https://coderwall.com/p/fy05hq/how-to-make-beautiful-github-readme)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment