git

until now I am using git for the work but I never study it. from now, I will study and write how to use it.

[Git] Setting up a parallel workspace with Worktree

2026-02-15
Let's learn how to work in parallel across separate directories using Git Worktree.
see more →

[GitHub] How to use multiple GitHub accounts on one machine

2024-09-25
Let's see how to set up and use multiple GitHub accounts on one machine (PC).
see more →

[Git] Delete all branches except main

2024-04-23
Let's see how to delete all branches except main in local.
see more →

[Git] Modify last commit message

2022-10-25
Let's see how to modify the last commit message with Git amend option.
see more →

git stash

2021-07-17
Let's see how to use git stash to store current modification temporarily on Git.
see more →

git branch and git merge

2021-07-16
Let's see how to create a branch and how to merge the Branch to manage the source code with Git.
see more →

[Git] Configure default branch from master to main

2021-06-17
Let's how to configure the default branch of Git from master to main.
see more →

Upload files via Git FTP

2020-06-24
let's see how to use Git FTP to upload files via FTP.
see more →

Make many commits to one commit via Git squash

2020-04-20
Let's see how to make many commits to one commit via Git squash.
see more →

Sync Fork repository

2020-04-15
Let's see how to sync Fork repository to Original repository.
see more →

create version(editing history)

2018-10-31
we should create the version(editing history) to manage source code on git repository. we introduce how to create version(editing history).
see more →

create Repository

2018-10-29
create git repository for using git. git repository is the storage to manage source code version.
see more →

SHARE
Twitter Facebook RSS