Coder Social home page Coder Social logo

sokoban's Introduction

Killer Sokoban

Maazsam csapat:

  • Zsófi
  • fuhrer
  • Ádám
  • qqq <#hacked>
  • Marci

Git

Telepítés

https://git-scm.com/download/win FONTOS!!! Run Git and included Unix tools from the Windows Command Prompt opciót válasszátok

Git Bash segítség:

  • git init - létrehoz egy mappát, ahol dolgozhattok
  • cd - átválthatsz erre a mappára
  • git clone - a projekt leklónozása saját magatoknak, ezt kezditek el módosítani, és majd toljátok fel a módosításokat
  • ls -l - kilitsázza a mappa tartalmát, amiben vagy
  • git config --global user.name "Gipsz Jakab" - username beállítása
  • git add <filenév> - új fájlt ad hozzá a commitolandó fájlok közé (homokozó a neve, angolul index)
  • git status - meg tudod nézni a hozzáadott fájlokat
  • git commit -a - szövegfájlban megmutatja a commitolandó fájlokat
  • git commit -m "üzenet" - valamilyen üzenettel commitolja (betölti) az index tartalmát a lokális repositoryba
  • git log --oneline --graph --decorate - szépen gráfosan kirajzolja a commitokat

Az online repository beállítása:

  • git clone - EZZEL ÉRDEMES KEZDENI
  • git remote add origin <url, ami a projekt url-je, ahova pull requestet szeretnél>
  • git remote -v - a remoteok státusza

Feltöltés az online repositoryba:

  • git pull origin master - a mások által végrehajtott változtatások letöltése
  • git push origin master - a mi változtatásaink életbe léptetésének kérelme

2018.03.07 GitHub demo

sokoban's People

Contributors

matusekma avatar adamb910 avatar synerzy avatar akob4ko avatar

Watchers

James Cloos 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.