> git push+
git: 'push+' is not a git command. See 'git --help'.
The most similar command is
push
Maybe I should finally subscribe to push+. 🤔 I hear there are a lot of great commands included.
L'alias #git du jour:
```
review = !vim -c \":Gclog $1\"
```
A utiliser avec #vim + fugitive.
Par exemple:
```
$ git review main..branch-with-a-bug-fix
```
We live and breathe Open Source! All parts of IPFIre are fully open and auditable at https://git.ipfire.org #opensource #git #security #audit
Projekty na #git zmieniają główną gałąź z master, bo master zbyt kojarzy się z niewolnictwem. Od tej pory główna gałąź w projektach nazywa się ceo - znaczy to samo, ale, póki co, nikomu się nie kojarzy.
Git & GitHub Crash Course for Beginners
https://programming.dev/post/41903263
Today's #FreeSoftwareAdvent is forgejo, a self-hostable code forge.
Although I use a headless remote git server for some things, I've been happily experimenting with a public, self-hosted instance of forgejo this year.
I look forward to federation functionality in due course!
Nostage giúp bảo vệ các file cá nhân khỏi việc vô tình commit lên Git. Công cụ này giúp bạn yên tâm hơn khi làm việc với Git bằng cách đảm bảo các file nhạy cảm không bị đẩy lên remote.
#opensource #git #tool #baomat #phattrienphanmem #manguonmo
https://www.reddit.com/r/opensource/comments/1pfcf0x/accidentally_committed_personal_files_so_built/
so meine kleine #instanz läuft schon ganz gut. hab ich gleich bei #git gespeichert, so dass ich en code nicht mehr verlier
I just realized that I can now use an SSH key to sign my commits with #Git (and therefore on #GitHub) 🤯
Made the set-up with my #Yubikey way easier, the struggle with GPG was real.
@yesjohn @repeattofade literally every #git issue I've ever seen 💀
I use a giant #org-mode repisitory to keep myself organized. I synchronize this repisitory between multiple devices using #git because occasionally I'll find myself out without an internet connection and it's useful for merging when they fall out of sync.
To that end, I frequently find myself issuing the command git commit -am stuff, which makes me feel kind of dirty, but it's just the easiest thing to do.
Luckily no one but me will ever see this repisitory.