You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed, I created a branch work-federation-protocol where we can work on implementing the federation protocol. This approach allows us to develop the federation protocol by branching from "work-federation-protocol," ensuring that we can incrementally merge completed tasks, without compromising the integrity of the master branch with not-yet working features. It also allows us to merge the different implementations of the subsystems and test them as a whole before merging them into the master-branch.
With git checkout -b newBranch work-federation-protocol you can create (and checkout) a new branch from work-federation-protocol.
The text was updated successfully, but these errors were encountered:
As discussed, I created a branch work-federation-protocol where we can work on implementing the federation protocol. This approach allows us to develop the federation protocol by branching from "work-federation-protocol," ensuring that we can incrementally merge completed tasks, without compromising the integrity of the master branch with not-yet working features. It also allows us to merge the different implementations of the subsystems and test them as a whole before merging them into the master-branch.
With
git checkout -b newBranch work-federation-protocol
you can create (and checkout) a new branch from work-federation-protocol.The text was updated successfully, but these errors were encountered: