Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/02-git-basics/sections/aliases.asc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ This technique can also be very useful in creating commands that you think shoul
For example, to correct the usability problem you encountered with unstaging a file, you can add your own unstage alias to Git:
//////////////////////////
이미 있는 명령을 편리하고 새로운 명령으로 만들어 사용할 수 있다.
예를 들어 파일을 Unstated 상태로 변경하는 명령을 만들어서 불편함을 덜 수 있다. 아래와 같이 unstage 라는 Alias을 만든다.
예를 들어 파일을 Unstaged 상태로 변경하는 명령을 만들어서 불편함을 덜 수 있다. 아래와 같이 unstage 라는 Alias을 만든다.

[source,console]
----
Expand Down