Skip to content
created by tte_773283 at 2023-01-25
last modified by tte_773283 at 2023-06-20
revision: 6

Git

1. command

  • git clone
    git clone <your repository url>
  • create new branch
    git branch <branch-name>
  • change branch
    git checkout <branch-name>
  • create new branch and change branch
    git checkout -b <branch-name>
  • remove branch
    git branch -d <branch-name>
  • remove branch on origin
    git push <원격 저장소 이름(ex> origin)> -d <원격 브랜치 이름>
  • merge target branch to current branch
    git merge <target-branch-name>
  • show current branch name
    git branch
    git branch --show-current

2. See Also

2.1. Twin Pages

2.2. Similar Pages

Similar pages by cosine similarity. Words after page name are term frequency.

2.3. Adjacent Pages

Control
≤ 32
all
1.0x
1.0x
80
-120
ON
Metrics
Nodes(visible/total)0/0
Links(visible/total)0/0
Avg degree0.00
Depth coverage0
Queue(fetch/graph)0 / 0
Zoom(scale)1.00x
Ctrl/⌘ + Scroll: Zoom
Root 1-hop 2-hop+