Anonymous
10/28/2025, 4:15:09 AM
No.107029221
>>107022964
proper git workflow is to branch off development or master or whatever checkout a new branch for your feature, commit you work and then pull from origin to update the branch you forked off. then you put your changes on top of the other changes from the base branch by rebasing your changes onto theirs
proper git workflow is to branch off development or master or whatever checkout a new branch for your feature, commit you work and then pull from origin to update the branch you forked off. then you put your changes on top of the other changes from the base branch by rebasing your changes onto theirs