주로 Git 명령어를 정리했습니다.

  • git init

  • git status

  • git add

  • git checkout

    • git checkout first-branch-name
    • git checkout -b new-second-branch-name
  • git commit -m "Comment"

  • git push

    • git push origin main
  • git pull

    • git pull origin main

### 그 밖에 사용하는 명령어.
  • git clone url

  • git log

    • git log --after 2021-07-01
    • git log --since 2021-07-01
    • git log --since 2021-07-01 --until 2021-08-24
    • git log --grep 검색어
    • git log --author "woojja"
  • git stash

    • git staxh
    • git stash list
    • git stash pop
    • git stash apply
    • git stash stash-name
    • git stash clear


행복한 고수되셔요.

woojja ))*
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

'Tools > Github' 카테고리의 다른 글

[Github] Using multiple Github accounts on one computer (in Windows)  (0) 2025.06.25
[Github] Git clone  (0) 2020.01.23

개발자에게 정말 유용한 Repository 입니다.

구현하고 싶은 코드를 찾아보세요. 

참 멋진 분들 많습니다.

 

https://github.com/danistefanovic/build-your-own-x

 

GitHub - danistefanovic/build-your-own-x: 🤓 Build your own (insert technology here)

🤓 Build your own (insert technology here). Contribute to danistefanovic/build-your-own-x development by creating an account on GitHub.

github.com

 

행복한 고수되십시오.

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\

반응형

'ETC > Free Resources' 카테고리의 다른 글

[Free Resources] 유용한 Image 관련 Web Sites  (0) 2021.12.14
[Free Resources] Awesome CS Courses  (0) 2021.08.23

강좌들을 잘 정리해 놓은 Github Repository 를 알게되었습니다.

이제 공부만?  하면 되는 거겠죠? ^^;

 

 

https://github.com/prakhar1989/awesome-courses

 

GitHub - prakhar1989/awesome-courses: List of awesome university courses for learning Computer Science!

:books: List of awesome university courses for learning Computer Science! - GitHub - prakhar1989/awesome-courses: List of awesome university courses for learning Computer Science!

github.com

 

행복한 고수되십시오.

woojja ))*

\\\\\\\\\\\\\\\\\\\\\\\\

반응형

'ETC > Free Resources' 카테고리의 다른 글

[Free Resources] 유용한 Image 관련 Web Sites  (0) 2021.12.14
[Free Resources] Build-your-own-x  (0) 2021.08.23

+ Recent posts