Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
ec92f8c0
Verified
Commit
ec92f8c0
authored
Oct 07, 2019
by
Laurent Heirendt
✈
Browse files
add ignore to index and fix url
parent
0d64d35a
Changes
2
Hide whitespace changes
Inline
Side-by-side
2019/2019-10-10_advancedGitTraining-SIU/slides/gettingStarted.md
View file @
ec92f8c0
...
...
@@ -11,7 +11,7 @@
```
bash
$
cd
advanced-git-practice
# add upstream URL
$
git remote add upstream git@github.com:
<first.last>
/advanced-git-practice.git
$
git remote add upstream git@github.com:
LCSB-BioCore
/advanced-git-practice.git
$
git fetch upstream
```
*
Check the remotes with:
...
...
2019/2019-10-10_advancedGitTraining-SIU/slides/overview.md
View file @
ec92f8c0
...
...
@@ -2,16 +2,18 @@
1.
Installation and getting started
2.
Amend last commit
2.
Ignoring files
3.
Resetting to a previous
commit
3.
Amend last
commit
4.
Re
ver
ting commit
s
4.
Re
set
ting
to a previous
commit
5.
Re
basing in G
it
5.
Re
verting comm
it
s
6.
Git cherry-picking
6.
Rebasing in Git
7.
Merging branches
7.
Git cherry-picking
8.
Conflict Resolution
8.
Merging branches
9.
Conflict Resolution
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment