Code Monkey home page Code Monkey logo

dino2017-18's Introduction

Zadanie domowe Git - Instrukcja obsługi

Polega na grupowym opracowaniu krótkiego opisu kluczowych komend Gita.

Wymagania:

  • opracowanie ma mieć formę jednoplikowej strony HTML
  • wszystkie komendy z poniższej listy muszą zostać opisane (co robią i do czego mogą być przydatne + przykład użycia)
  • całość powinna być poprawna pod kątem językowym

Sposób pracy:

  • Każdy student tworzy własną kopię repozytorium (fork)
  • Dokonuje tam zmian (najlepiej w modelu branch per feature)
  • Następnie wysyła zgłoszenie Pull Request do oryginalnego repozytorium

Zadanie zaliczą te osoby, które łącznie:

  • dokonają istotnego wkładu merytorycznego w opracowanie (dodanie opisu komendy, modyfikacja istniejącego pisu, code review)
  • stworzą własne repozytorium (fork)
  • prześlą Pull Request do oryginalnego repozytorium

Lista komend do opisania:

  • Grupa CC

    • git config --global user.name ""
    • git reset HEAD
    • gitk -all
    • git branch --merged
    • git branch "branch" "commit hash"
    • git pull "remote" "branch"
  • Grupa CE

    • git config --global user.email ""
    • git diff --staged
    • git checkout -b "branch"
    • git log --graph --all
    • git branch -d "branch"
    • git fetch "remote" "branch"
  • Grupa CF

    • git config --global color.ui true
    • git commit "filename"
    • git branch -v
    • git push "remote" "branch"
    • git log "branch" --not "branch"
    • git bisect (start, bad, good, reset)
  • Grupa CG

    • git commit -a -m ""
    • git add .
    • git checkout "branch"
    • git remote add "remote_name" "git url"
    • git blame -C "filename"
    • git branch "name"

dino2017-18's People

Contributors

bikol avatar erykmiszczuk avatar iceferal avatar jarosy avatar jedrekuam avatar juliamaria avatar kfsz avatar konradlinkowski avatar pplociennik avatar robgor3 avatar sovsky avatar wiktorbalaban avatar wobn avatar

Watchers

 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.