FASSITBA BitBucket

FASSITBA BitBucket online repository: https://git.uoregon.edu/users/akoleber/repos/fass-it-ba/browse

Download GIT For Windows (www.gitforwindows.org)
Install and open GIT GUI

In GIT GUI, click 'Create New Repository' to create a new local repository
FASSITBA linked repository: F:\Departments\IT\FASSITBA\BitBucket (URL to link during initial GIT GUI set up on machine: https://git.uoregon.edu/scm/~akoleber/fass-it-ba.git)
To use linked repository, click "Open Existing Repository" and use filepath above
Link new repository with URL under Repository>Settings>Repository Details" via BitBucket online

To upload a change from local repository to online repository:

Create or open a file in the repository, make changes, and save file locally
In GIT GUI, click "Rescan" and the modified file will appear in the "Unstaged Changed" pane in upper left of GIT GUI window
Click "Stage Changed"
Click "Sign Off" and add any notes about change
Click "Commit"
Click "Push"
BitBucket online file will be overwritten with changes made locally

To download a change from online to local:

Locate file in BitBucket online
Click "Edit"
Make changes to file
Click "Commit" in lower right corner, "Commit" in pop-up prompt window
In GIT GUI, click "Remote" in top menu bar > "Fetch from [choose project name set up initially]"
Click "Rescan" lower left-center
Click "Merge" in top menu bar > "Local merge"
Select file to merge
Click "Merge"
Local file will be overwritten with changes made in BitBucket online

Good instructional vid for reference:
www.youtube.com