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] Modify last commit message

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

git stash

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

git branch and git merge

2022-07-17
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-07-07
Let's how to configure the default branch of Git from master to main.
see more ▶︎

Upload files via Git FTP

2023-10-16
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-12-16
Let's see how to make many commits to one commit via Git squash.
see more ▶︎

Sync Fork repository

2020-12-16
Let's see how to sync Fork repository to Original repository.
see more ▶︎

create version(editing history)

2023-03-18
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

2023-03-18
create git repository for using git. git repository is the storage to manage source code version.
see more ▶︎

git installation

2023-03-18
we use git for source code version control tool. before using git, let's install git first.
see more ▶︎