Skip to content

l33tluigi/retailstrore-ui

Repository files navigation

Blue Cross & Blue Shield of Minnesota

Retail Centers UI


Site: bluecrossmn.com/centers

Objective: Duplicate the font-end code of the retail site using Bootstrap v4.0.0-beta.3


Workflow (SourceTree)

  • Using Terminal (Command Line)
    1. git checkout –b [my-feature] master - create new branch based on your up-to-date local master branch
    2. make edits and save the file(s) with your text editor
    3. git add [file.ext] - stage changes made to each file
    4. git commit –m "Message with specifics" - commit changes to [my-feature] branch
    5. git checkout master - switch to local master branch
    6. git pull origin master - pull changes from remote repo
    7. git checkout [my-feature] - switch back to local [my-feature] branch
    8. git rebase master - update local [my-feature] branch with new changes pulled from remote repo
    9. git checkout master - switch back to local master branch
    10. git merge [my-feature] - merge commits from local [my-feature] branch into local master branch
    11. git branch –d [my-feature] - delete local [my-feature] branch since commits now exist on master
    12. git push origin master - push changes to remote repository

Pages

S3 Zach's Local
index.html index.html
classes.html classes.html
contact.html contact.html
contact-duluth.html contact-duluth.html
contact-edina.html contact-edina.html
contact-roseville.html contact-roseville.html
admin-check-in.html admin-check-in.html
admin-locations.html admin-locations.html
admin-locations-new.html admin-locations-new.html
admin-sched-appts.html admin-sched-appts.html

About

Retail Store UI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published