Skip to content

grtlinux/git-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 

Repository files navigation

git with command

$ mkdir git-test && cd $_
$ mkdir git-test01 && cd "$_"
$ git init
$ echo "## git-test01" >> README.md
$ git add *
$ git status
$ git commit -m "first commit"
$ git branch -M main
$ git remote add origin https://github.com/grtlinux/git-tips.git
$ git push origin master
$ git init
$ git remote add origin https://github.com/grtlinux/git-tips.git
$ git pull origin master
[ make any repo in github.com ]

$ mkdir cookbook && cd $_

$ git init
$ git branch -M main
$ git remote add origin https://github.com/grtlinux/KieaPython22.git
$ git pull origin main
    ...

[ update or create articles ]
$ tree *

$ git add --all
$ git add -A
$ git status
$ git commit -m "update sources"
$ git branch
$ git push origin main

[ check the repo in github.com ]

$ cd ..
$ rm -rf cookbook

Find files in Github

  • Select any repository
  • Press [t]

About

📚 Git 팁 모음집 (https://github.com/git-tips/tips 한국어 버전)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published