secure-systems-lab / lab-guidelines

How-to guides for Secure Systems Lab (SSL) projects and documents
https://ssl.engineering.nyu.edu/
MIT License
11 stars 8 forks source link

Add GitHub guide #9

Closed vladimir-v-diaz closed 6 years ago

vladimir-v-diaz commented 6 years ago

@lukpueh and I thought it made more sense to have the Git+GitHub guide available on the lab-guidelines repo. This pull request addresses issue secure-systems-lab/code-style-guidelines/issues/13

aaaaalbert commented 6 years ago

How can we help our newcomers to adopt Git quickly (to use it productively for their own work) and in a way that interfaces nicely with our workflows?

Should we send newcomers to @octocat's Spoon-Knife repo to actually try out the theoretic skills acquired through this guide?

Or shall we have a playground repo of our own where people can experiment? "First task on first day on the team: Add your favorite sports/treat/metro line to secure-systems-lab/playground" sorts of thing?

baloian commented 6 years ago

How about something like this https://codingsec.net/2016/06/frequently-used-git-commands/

vladimir-v-diaz commented 6 years ago

@baloyan We used to have a bunch of those Git Cheat Sheets in the old lab. I've added a link to it in the Guide, since I found it helpful in the past. https://services.github.com/on-demand/downloads/github-git-cheat-sheet.pdf

vladimir-v-diaz commented 6 years ago

@aaaaalbert Thanks for the excellent review and edits.

aaaaalbert commented 6 years ago

Thanks for addressing my concerns, @vladimir-v-diaz!