DeKu
Home
Category
Kubernetes
git
Ruby on Rails
일단공부(Il-Dan-Gong-Bu)
Clog
Vue
Code Quality
dev environment
Ruby
Writing Books
Share
TensorFlow
Flutter
Golang
BlaBoo
Jest
kumoncho
React
jekyll blog
Laravel
django
Knowledge about Web
React Native
Apps
Contact
한국어
English
日本語
Menu
Home
Category
Kubernetes
git
Ruby on Rails
일단공부(Il-Dan-Gong-Bu)
Clog
Vue
Code Quality
dev environment
Ruby
Writing Books
Share
TensorFlow
Flutter
Golang
BlaBoo
Jest
kumoncho
React
jekyll blog
Laravel
django
Knowledge about Web
React Native
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
[Git] Modify last commit author
2023-04-08
Let's see how to modify the author of the last commit with Git amend and author options.
see more ▶︎
[Git] Modify last commit message
2023-04-07
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-04-08
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 ▶︎