Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
courses
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nene Barry
courses
Commits
aa49a0f9
Commit
aa49a0f9
authored
5 years ago
by
Daniel Duarte
Browse files
Options
Downloads
Patches
Plain Diff
hexadecimal commit refs
parent
511d1953
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
2019/2019-09-09_testCourseAdv/slides/chPickIntro.md
+1
-1
1 addition, 1 deletion
2019/2019-09-09_testCourseAdv/slides/chPickIntro.md
2019/2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md
+5
-5
5 additions, 5 deletions
.../2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md
with
6 additions
and
6 deletions
2019/2019-09-09_testCourseAdv/slides/chPickIntro.md
+
1
−
1
View file @
aa49a0f9
##
Git
Cherry-pick
## Cherry-pick
ing
*
Cherry picking is another very useful tool to work with.
*
Cherry picking is another very useful tool to work with.
*
It enables the user to pick specific commits from a list of commits.
*
It enables the user to pick specific commits from a list of commits.
...
...
This diff is collapsed.
Click to expand it.
2019/2019-09-09_testCourseAdv/slides/rebase-iPresentation3.md
+
5
−
5
View file @
aa49a0f9
...
@@ -3,18 +3,18 @@
...
@@ -3,18 +3,18 @@
The prompt shows up:
The prompt shows up:
```
bash
```
bash
$
pick
93fshjw
add first name to attendee list
$
pick
1234567
add first name to attendee list
$
pick
47fh35f
add second name to attendee list
$
pick
890abcd
add second name to attendee list
```
```
The keywords should be changed to:
The keywords should be changed to:
```
bash
```
bash
$
reword
93fshjw
add first name to attendee list
$
reword
1234567
add first name to attendee list
$
fixup
47fh35f
add second name to attendee list
$
fixup
890abcd
add second name to attendee list
```
```
Upon confirming, change the message of commit
93fshjw
:
Upon confirming, change the message of commit
1234567
:
```
bash
```
bash
$
Add Name1 and Name2 to the attendee list
$
Add Name1 and Name2 to the attendee list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment