Last active
February 15, 2020 17:15
-
-
Save SiimonStark/8dfce768f6676f1f6af0551764dfb4f1 to your computer and use it in GitHub Desktop.
Bullet List for New Developers Starting a Project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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