-
Notifications
You must be signed in to change notification settings - Fork 23
Step 1
Gilles QUERRET edited this page Oct 22, 2019
·
5 revisions
- Click on the Cmder icon

- Execute
git config --global --add user.name "John Doe"to specify your user name (it will appear on every Git commit) - Execute
git config --global --add user.email "john@me.com"(a Git commit is always associated to an email address) - Execute
git config -lto verify user information is correctly set

๐๐๐ Jump to Step 2 !!! ๐๐๐
ยฉ Riverside Software 2019
- Attendees Attendees ID
- Step 1 Configure Git Client
- Step 2 Fork and clone repository
- Step 3 Local build file
- Step 4 Jenkins slave configuration
- Step 5 Jenkins pipeline
- Step 6 GitHub -> Jenkins hooks
- Step 7 Configure Jenkins job
- Step 8 Promote local changes
- Step 9 First feature branch
- Step 10 Pull request
- Step 11 Pull request - Part 2