Skip to content
Rodd Talebi edited this page Nov 16, 2020 · 10 revisions

Welcome to the ezCGP wiki!

Quick Links

"I'm having trouble push-ing"

Make sure you are on the Georgia Tech network; if you're off campus, install AnyConnect VPN.

Try re-adding your ssh keys...

$ eval `ssh-agent -s`
$ ssh-add ~/.ssh/id_rsa ~/.ssh/id_rsa_gatech
$ git push origin [BRANCHNAME]

Contact Rodd on slack...be sure to @ him or send a direct message.

Repo + Branch Rules

At the beginning of each semester we will branch off master to create a development branch named 'YYYYz-stable' where 'YYYY' is the year and 'z' is F for Fall or S for Spring.

Then throughout the semester each individual will work through some logged GitHub issue and create a branch named 'feature/##-issue_name' for the issue number and name/description...see more HERE on that.

At the end of the semester, all final code will get merged into the respective 'YYYYz-stable' branch through pull requests (after code has been tested), feature branches will get deleted, and then the 'YYYYz-stable' branch will be merged into master.