-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gareth] Add support for updating the dev env
This commit adds the code which can update the forks with gareth. It fetches the latest changes in the upstream and rebases the `master` branch accordingly. Usage: ``` $ gareth -s sources --update ``` Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
- Loading branch information
Showing
2 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
releases/unreleased/add-support-for-updating-the-dev-environment.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: Add support for updating the dev environment | ||
category: added | ||
author: Venu Vardhan Reddy Tekula <[email protected]> | ||
issue: null | ||
notes: > | ||
The support for updating the developer environment | ||
is added. This would be needed to update the repos | ||
by rebasing the latest changes with the upstream. | ||
It would open each folder, changes to `master` branch, | ||
and rebase the changes with the upstream. | ||
Usage: | ||
``` | ||
$ gareth -s sources --update | ||
``` |