/WebChatBluemix

Created for toolchain: https://console.ng.bluemix.net/devops/toolchains/1f470149-813b-4615-921f-418b3d067693

Primary LanguageJavaScript

Chillouts

Usage use the Chat to communicate with your friends

So that we all can work together follow the steps below:

fork this reposototy to your own account and switch to the forked one now in your new "own" forked reposotory click on the green "clone or download" button and download the zip file

  1. open git bash
  2. in git bash: switch to the directory you have chosen for the downloaded and hopefully now unzipped project file
  3. in git bash: git init
  4. git remote add orinin https://github.com/YOURREPOSOTORYNAMEHERE/Spotidoodle.git
  5. git remote add SOMENAMEOFAREPOHERE https://github.com/OxanaDoroshkevich/Spotidoodle.git
  6. check your reposotory status with: git remote -v this should allow you now to push to your own master and pull from the master master ;)

if you want to commit some changes, follow the following instruction:

  1. git status
  2. git add . (for all files that were changed) OR git add filename (for specific file)
  3. git commit -m "SOME MESSAGE HERE"
  4. git push origin master I would recommend to do the pull requests to merge the local code to the master master branch. so that everything is alwas save from merging error!

Good to know. If you have some problems with git and you can't pull or push or even checkout the master again or something and you're just fucking stuck...

git fetch --all git reset --hard origin/master

to get the version of your accounts master branch status.

Developing, Selina Magnin, Vincent Weiss, Oxana Doroshkevich

Tools

Created with Nodeclipse (Eclipse Marketplace, site)

Nodeclipse is free open-source project that grows with your contributions.