intro-cli-git-github icon indicating copy to clipboard operation
intro-cli-git-github copied to clipboard

A practical introduction to the commandline, git and github

Results 10 intro-cli-git-github issues
Sort by recently updated
recently updated
newest added

please, don't decline if you are not merging it.

I really wish that I had a list of secret powers from those that take my workshops. It would be great if everyone that took my workshop would: - Create...

enhancement

https://www.codecademy.com/learn/learn-the-command-line

https://pbs.twimg.com/media/DJAqiD9UwAAVOtb.jpg

help wanted

use echo and cat

Add a section on creating a new github repo and cloning it locally. Integrate with markdown resources

`Also to be clear, the workshop is targeted on getting comfortable with the commandline and git on folks local computers with github being the last topic covered. The workshop is...

In the git section, this was the example for removing something from stage. `git reset icecream.txt` Let's use this more relevant example instead: `git reset secret_sauce.txt`

enhancement

How can they zip a folder, not just an individual files.

bug

Add small exercises to git sections for: - Adding multiple files - Unstaging files - Using git amend to change commit messages - Exercises for creating branches and merging