Versions Compared

Key

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

...

  1.  Go to version control tab --> local changes --> right on the files that you modified or created --> select commit changes  

  2. Confirm the commit by adding the commit message and the JIRA numebr associated with the commit. 


Pushing the Local Committed Changes to the Forked Github repo

Now that the changes have been committed to local repo. We want to push and commit those changes to your forked github.

  1. Right Click on on the project in IntelliJ  --> Git --> Repository --> Push 
  2. Image Added
  3. Click Push
  4. Image Added
  5. You should now see the changes in the forked repo on your github account


Create a Pull Request 

Pull requests let you tell others about changes you've pushed to a GitHub repository. Once a pull request is sent, interested parties can review the set of changes, discuss potential modifications, and even push follow-up commits if necessary.

  1. Log into your github account and go to your forked repo