项目作者: belaczek

项目描述 :
4IT442 - Software project - eshop
高级语言: JavaScript
项目地址: git://github.com/belaczek/BeerCheese-client.git
创建时间: 2017-04-13T17:32:11Z
项目社区:https://github.com/belaczek/BeerCheese-client

开源协议:MIT License

下载


BeerCheese CircleCI

  • Link to build job on Circle CI - Circle CI
  • Link to deployed application on Firebase - BeerApp
  • Link to API description on Apiary - Apiary
  • Link to Uptime - Uptime

Quick GIT guide

How to squash commits into one or more

  • git rebase -i HEAD~# where # of commits you want to work with
  • rewrite pick to fixup for commits you want to squash(is squashed to commit above)
  • finish and push