Giter VIP home page Giter VIP logo

git-practice's Introduction

Git-Practice

Why? Github와 Git 핵초짜를 벗어나기위한 몸부림, 회사에서 코딩보다 git못 해서 뚜까 맞음.

How? Git을 하도 못해서 보이는 명령어는 다 해볼예정

현재 할 줄 아는 것

2022-03-15

  1. git init
  2. git status
  3. git branch
  4. git branch -b a_branch
  5. git branch a_branch
  6. git checkout a_branch
  7. commit
  8. push
  9. pull request

2022-03-29

  1. git clone repository.git
  2. git reset --hard HEAD
  • 마지막 commit 내용 백업

2022-03-31

  1. git config --list
  2. git config user.name
  3. git config user.email
  • 자꾸 회사계정으로 commit돼서 알아냄

2022-04-01

  1. git rm -r --cached .
  2. git add .
  • git ignore 적용이 안 돼서 캐시 삭제 후 재생성

2022-04-05

  1. git add
  2. git status
  • commit이 첫 단계인 줄 알았다. 왜냐하면 나는 terminal을 안 쓰고 android studio가 제공하는 기능을 썼기 때문. 위 git add는 그냥 하라해서 유령마냥 쓴 명령어.. commit전에 staging시키는 add라는 명령어를 알게 됨. 자연스럽게 현재 상태를 나타내는 git status도 알게 됨.

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.