User Tools

Site Tools


newdevs:git:test

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
newdevs:git:test [2019/11/15 18:14] tmccannanewdevs:git:test [2022/02/10 13:34] – external edit 127.0.0.1
Line 29: Line 29:
   - Pull changes into the testing branch using the unique commit id: **git cherry-pick 7ab7281f5**   - Pull changes into the testing branch using the unique commit id: **git cherry-pick 7ab7281f5**
     * If you receive an error while cherry picking, you can stop it: **git cherry-pick --abort**     * If you receive an error while cherry picking, you can stop it: **git cherry-pick --abort**
 +    * If the branch has multiple commits, you can cherry-pick them one at a time (oldest to newest) or you can cherry-pick a range of commits at once (oldest to newest): **git cherry-pick 7ab7281f5^..8lgls9a34**
  
 ==== A3. Upload Changed Files ==== ==== A3. Upload Changed Files ====
newdevs/git/test.txt · Last modified: 2023/06/01 11:58 by gmcharlton

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.