pgebhard created page: home authored by Peter Gebhard's avatar Peter Gebhard
...@@ -20,34 +20,37 @@ TODO: Peter provides color copies of [Git cheatsheet](https://training.github.co ...@@ -20,34 +20,37 @@ TODO: Peter provides color copies of [Git cheatsheet](https://training.github.co
- Groups - Groups
- privacy settings, permissions - privacy settings, permissions
# What is Git # What is [Git](http://www.git-scm.com)
- [Git cheatsheet](https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf) - [Git cheatsheet](https://training.github.com/kit/downloads/github-git-cheat-sheet.pdf)
- Why git? - Why git?
- Compared to SVN: faster, smaller repositories, better merging, better branching, distributed (offline access, full local copy of the repo) - Compared to SVN: faster, smaller repositories, better merging, better branching, distributed (offline access, full local copy of the repo)
- Typical workflow - Typical workflow
- -
- (Activity: Add your ssh key to your profile) - GUIs
- [Github Desktop](https://desktop.github.com) - [Github Desktop](https://desktop.github.com)
- [Sourcetree](https://www.sourcetreeapp.com)
- (Activity: Add your ssh key to your profile)
# Wiki editing # Wiki editing
- Markdown syntax - [Markdown syntax](https://gitlab.precise.seas.upenn.edu/help/markdown/markdown)
- Make a new pages, syntax - Make new pages, syntax
- Drag-and-drop files to attach - Drag-and-drop files to attach
# Projects # Projects
- namespace - Based around a git repo
- based around a git repo - Namespace
- add members and roles - Members and roles
- privacy level - [User permission levels](https://gitlab.precise.seas.upenn.edu/help/permissions/permissions)
- Privacy levels
# Groups # Groups
- when to make, how to organize - When to use one?
- How to organize it?
# Issues and Milestones # Issues and Milestones
- what they are, when to use them - What are they for?
- When to use them?
[Markdown syntax](https://gitlab.precise.seas.upenn.edu/help/markdown/markdown)
[User permission levels](https://gitlab.precise.seas.upenn.edu/help/permissions/permissions)
## Command line instructions ## Command line instructions
... ...
......