git

Back Open Paginator
03.04.2026 19:05
BlueCut (@BlueCut@mastodon.social)

Mes notes hebdo de ce 3 Avril :

🖋️ Des #corrections
🪞 Les options de #git diff
🥝 Des #kiwis tristes
🏴‍☠️ Live action #OnePiece
😿 #Chat a mal aux dents

🇫🇷 blog.dunstetter.fr/fr/posts/no
🇺🇸 blog.dunstetter.fr/posts/weekl




Show Original Post


03.04.2026 18:10
pixelforgestudio (@pixelforgestudio@mastodon.social)

Git shortcuts that save me 30 minutes a day:

alias gs='git status'
alias gc='git commit -m'
alias gp='git push'
alias gl='git log --oneline -10'
alias gd='git diff'
alias gco='git checkout'
alias gb='git branch'

Put these in your .bashrc/.zshrc and never type a full git command again.

What are your favorite aliases? 👇




Show Original Post


03.04.2026 17:41
smartgit (@smartgit@techhub.social)

When your branch has local commits and upstream has new commits, what does git pull --rebase do differently from plain git pull?

----
Check out the correct answer and reinforce your Git knowledge with immediate feedback on every quiz question here 👉 git-skills.dev/quiz/rebase-pla

#Git #SmartGit #Coding #Programming #SoftwareEngineering #CodeNewbie #100DaysOfCode #TechTips #Developer #GitRebase

Force-pushes branch
Discards local commits
Replays instead of merge
Only for new branches




Show Original Post


03.04.2026 14:23
notes (@notes@876542.xyz)
Using Gitlab just because of it's CI/CD Workflow is kind of overkill.
@WoodpeckerCI@floss.social is better and way more lightweight tbh.



#ci #cicd #automation #git #workflows #devops #compilation


Show Original Post


03.04.2026 11:31
en (@en@yoota.it)

Tower 16 Beta Adds AI-Powered Commit Message Generation for Mac

Tower 16 beta introduces AI-generated commit messages for Mac, supporting Claude Code and OpenAI Codex as AI providers.

yoota.it/en/tower-16-beta-adds





Show Original Post


03.04.2026 11:30
tower-16-beta-per-mac-aggiunge-la-generazione-automatica-dei-messaggi-di-commit (@tower-16-beta-per-mac-aggiunge-la-generazione-automatica-dei-messaggi-di-commit@yoota.it)

Tower 16 beta per Mac aggiunge la generazione automatica dei messaggi di commit

Tower 16 beta per Mac introduce la generazione automatica dei messaggi di commit tramite AI, con supporto a Claude Code e OpenAI Codex come provider.

yoota.it/tower-16-beta-per-mac





Show Original Post


03.04.2026 10:59
snonux (@snonux@fosstodon.org)

I published part 9 of my #Kubernetes on #FreeBSD blog post series. This time we set up #ArgoCD for #GitOps and also a #KISS self-contained #git server. foo.zone/gemfeed/2026-04-02-f3




Show Original Post


03.04.2026 10:52
lascapi (@lascapi@social.tchncs.de)

A very nice article about #git, #cloud and optimization! 

tonym.us/move-github-repos-to-




Show Original Post


03.04.2026 10:38
jramskov (@jramskov@helvede.net)

Quote: Anyway. On Saturday morning, nick sent me a Hacker News link. Someone had turned Spanish law into a Git repository — every law a file, every reform a commit. It hit the front page. The comments were full of people saying "someone should do this for US law."

By Sunday evening — not even two full days later — we had.

Link: v1d0b0t.github.io/blog/posts/2

#git #law #AI




Show Original Post


03.04.2026 09:18
shinspiegel (@shinspiegel@mastodon.social)

Am I stingy today? Probably, should you take some anti-salty pills before this post. You should. But if you dare to face this post, you can see and learn a little bit about a very important tool for developers.

Even more important in this day and age.

jeferson.me/blog/2026/04/03/ju




Show Original Post


03.04.2026 09:14
simounet (@simounet@mastodon.simounet.net)

git bisect save my time, once again. ❤

Make small and purposeful commits, you won't regret it!

#Git




Show Original Post


03.04.2026 07:36
WildaSoftware (@WildaSoftware@mastodon.social)

"Magiczne pliki Gita" - brzmi ciekawie, ale jeden z tych plików wszyscy znamy doskonale, gdyż jest to ".gitignore". Jednak świat się na nim nie kończy i jest wiele przykładów tego typu, który omawia ten artykuł.

nesbitt.io/2026/02/05/git-magi




Show Original Post


1 ...33 34 35 36 37 38 39 40 41 42 43 ...347
UP