Skip to content

Commit

Permalink
add image
Browse files Browse the repository at this point in the history
  • Loading branch information
Jun Suk Ha committed Dec 28, 2023
1 parent 7c8ab79 commit cd78fcb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions _posts/2023-12-27-etc.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If vscode doesn't recognize `zsh`, install it first.
<repo on github> 은 내 github에서 new repo 만든거


```zsh
```bash
$ git remote
origin
upstream
Expand All @@ -65,15 +65,15 @@ upstream
* `git checkout -b origin` : create a branch "origin" (branch "main"은 이미 있던듯) \
따라서 현재 local repo에 branch가 "origin", "main" 두 개

```zsh
```bash
$ git branch
main
* origin
```

* `git checkout main`

```zsh
```bash
$ git branch
* main
origin
Expand All @@ -82,4 +82,13 @@ origin
Note. Your branch is up to date with 'origin/main' : 여기서 'origin/main'은 remote tracking branch 인데\
결국 orignal denotes remote name and master denote the remote branch it is tracking.

![Alt text](image.png)
<!-- ![Alt text](image.png) -->

<div class="row mt-3">
<div class="col-sm mt-3 mt-md-0">
{% include figure.html path="assets/img/origin-master.jpg" class="img-fluid rounded z-depth-1" %}
</div>
<!-- <div class="col-sm mt-3 mt-md-0">
{% include figure.html path="assets/img/7.jpg" class="img-fluid rounded z-depth-1" %}
</div> -->
</div>
File renamed without changes

0 comments on commit cd78fcb

Please sign in to comment.