Mage’s Git integration provides a way for you to push changes to a remote repository— for example collaborating on a Mage project with your teammates.
Clone repository
Create new branch
Create
. You will
automatically be switched to the new branch.Switch branch
Commit & push
Select files
Include all changes
button.Commit your changes
Commit
. This will commit your changes to your local git directory.Push to remote
Push
.Pull
git pull mage-repo <current-branch>
.Hard reset
git reset --hard mage-repo/<current-branch>
.This operation will overwrite your local changes.