In
the post Git flow starting a new Release, we saw on how to start a new release using git flow, in this post we
shall see on adding / updating changes to the new release.
In
this post I will be adding a new file to an existing release branch. Let me add a new file “Git Release.docx” to the new
release branch Release1.
1.
Open Source Tree.
2.
Make sure that the new release branch to which changes are to be make is checked out as
the current branch.
3.
Add a new file / update an existing file in
the local working folder.
4.
I am going to add a new file “Git Release.docx”
to the working folder.
5.
Stage and commit the new file to the
repository.
6. Push the changes to the
remote repository.
7.
This will push the added / updated changes
to the remote repository.
No comments:
Post a Comment