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

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


programming:git

Розбіжності

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

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

Порівняння попередніх версій Попередня ревізія
programming:git [2020/11/12 17:32]
charon [Links]
programming:git [2024/10/22 12:52] (поточний)
charon
Рядок 39: Рядок 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
programming/git.1605195165.txt.gz · Востаннє змінено: 2020/11/12 17:32 повз charon