Coder Social home page Coder Social logo

zombiz's Introduction

Git(install):

1.)Download and install latest Git Version:

-> http://git-scm.com/downloads

2.)Open the "Git Bash"

3.)Set your Username and E-Mail:

$ git config --global user.name "Your Name Here"

$ git config --global user.email "[email protected]"

4.)Navigate(with cd "Folder") to your Project Folder

5.)Register on GitHub.com

6.)Joint the Project (https://github.com/KuroObi/Zombiz)

7.)Clone the Repository: git clone https://github.com/KuroObi/Zombiz.git

8.)Change to the Projekt Folder: cd Zombiz

9.)set the Repository: git remote add stream https://github.com/KuroObi/Zombiz.git

10.)Failsafe if something is missing: git fetch stream

Maven(install):

1.) Download and install Maven(http://maven.apache.org/download.cgi)

2.) open the cmd/shell

3.) change directory to the Project Folder (cd ..)

4.) deploy the Project with dependecys

4.1)Eclipse: $ mvn eclipse:clean OR use the Plugin

4.2)NetBeans: use the pom.xml ootb

Git(Commands):

Update your local Project

1.)$ git pull

Create your own branche(dont push into the Master!):

1.)$ git checkout -b [YourBrancheName]

Commit Something to your branche:

1.)$ git add [Data]

2.)$ git commit -m 'Your Text Here!'

3.)$ git remote add origin https://github.com/KuroObi/Zombiz.git

4.)$ git push origing [YourBrancheName]

zombiz's People

Contributors

belafarinrod91 avatar kuroobi avatar

Stargazers

Joshua Töpfer avatar Jan-Christoph Klie  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.