DeKu
Home
Category
Clog
일단공부(Il-Dan-Gong-Bu)
Vue
Code Quality
git
Writing Books
dev environment
Share
Flutter
TensorFlow
GitHub Actions
Golang
Ruby
Jest
kumoncho
BlaBoo
jekyll blog
Essay
React
Knowledge about Web
django
React Native
Laravel
Kubernetes
Ruby on Rails
Apps
Contact
한국어
English
日本語
Menu
Home
Category
Clog
일단공부(Il-Dan-Gong-Bu)
Vue
Code Quality
git
Writing Books
dev environment
Share
Flutter
TensorFlow
GitHub Actions
Golang
Ruby
Jest
kumoncho
BlaBoo
jekyll blog
Essay
React
Knowledge about Web
django
React Native
Laravel
Kubernetes
Ruby on Rails
Apps
Contact
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.
Home
git
Search
[GitHub] How to use multiple GitHub accounts on one machine
2024-10-05
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-28
Let's see how to delete all branches except main in local.
see more ▶︎
[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 ▶︎