Користувальницькькі налаштування

Налаштування сайту


programming:git

Розбіжності

Тут показані розбіжності між вибраною ревізією та поточною версією сторінки.

Посилання на цей список змін

Порівняння попередніх версій Попередня ревізія
Наступна ревізія
Попередня ревізія
programming:git [2020/02/03 17:10]
charon
programming:git [2024/10/22 12:52] (поточний)
charon
Рядок 23: Рядок 23:
 git config --global alias.ci commit git config --global alias.ci commit
 git config --global alias.co checkout git config --global alias.co checkout
 +
 +# Reset any local and staged changes as if nothing happened
 +git config --global alias.nah "!git reset --hard && git clean -df"
 +
 +# Add more changes to the latest commit without editing commit message
 +git config --global alias.amend "commit --amend --no-edit"
 </code> </code>
  
Рядок 33: Рядок 39:
   git config --global core.safecrlf true   git config --global core.safecrlf true
      
-  +===== Useful bash aliases ===== 
 +  alias gfo='git fetch origin && git status' 
 +  alias gitlog='git log --graph --oneline --decorate --all --color=never' 
 +  alias gpull='git pull origin $(git rev-parse --abbrev-ref HEAD)' 
 +  alias gpush='git push origin $(git rev-parse --abbrev-ref HEAD)' 
 +  alias gst='git status' 
 ====== Links ====== ====== Links ======
   * [[https://medium.freecodecamp.org/how-to-become-a-git-expert-e7c38bf54826|How to become a Git expert]] - about amend and rebase   * [[https://medium.freecodecamp.org/how-to-become-a-git-expert-e7c38bf54826|How to become a Git expert]] - about amend and rebase
Рядок 40: Рядок 52:
   * [[https://lornajane.net/posts/2014/understanding-tracking-branches-in-git|Understanding Tracking Branches in Git]]   * [[https://lornajane.net/posts/2014/understanding-tracking-branches-in-git|Understanding Tracking Branches in Git]]
   * [[https://dev.to/citizen428/10-common-git-problems-and-how-to-fix-them-234o|10 Common Git Problems and How to Fix Them]]   * [[https://dev.to/citizen428/10-common-git-problems-and-how-to-fix-them-234o|10 Common Git Problems and How to Fix Them]]
 +  * [[https://opensource.com/article/20/10/advanced-git-tips|7 Git tricks that changed my life]]
 +  * [[https://opensource.com/article/20/10/git-config|Tweak your Git config for multiple user IDs]]
 +  * [[https://medium.com/swlh/effectively-handling-multiple-git-accounts-on-a-single-machine-8e4ddf878c59|Effectively Handling Multiple Git Accounts on a Single Machine]]
programming/git.1580742625.txt.gz · Востаннє змінено: 2020/02/03 17:10 повз charon