Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

git push

This command Is most commonly used to publish and upload local changes to a remote central repository. If a local repo is connected to a remote repo, local chanages changes should be reflected on the remote repo by executing a git push and one of it's sub-commands. Doing this allows one team member to share the modifications with other remote team members.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFBDAD

When working in a team environment it would be customary for one person to create the initial project structure, push this up to their remote repo, and all other team members would then clone that single repo down.

Before you begin, create a remote repo on bitbucket, github, gitlab, or a remote repo of your choice. Be sure that not to create a README file or any other content on the remote repo.

...