Tux Ops πŸ‡ΊπŸ‡¦
46 subscribers
25 photos
1 file
89 links
DevSecOps channel about POSIX, Git, Ci and everything related to the administrative tasks.

#DevOps #linux #ci_cd

🐍: @letcode
Download Telegram
Things I wish everyone knew about Git (Part I)

This is a writeup of a talk I gave in December for my previous employer. It's long so I'm publishing it in several parts:

- Part I (you are here):
- How to approach Git; general strategy
- Read Git From the Bottom Up

#git
https://blog.plover.com/2022/06/29/
Git Command Explorer

Find the right commands you need without digging through the web.

#git #tool
https://gitexplorer.com/
Nice alias for undo the last git commit.

#git
Β© https://twitter.com/ThomasChaplin_/status/1607871082408644608
Foundations of Git - Certification Course

GitKraken has released its course on git.
I like their tutorials and articles on git, so I think the course should be interesting.

#git #course
https://learn.gitkraken.com/courses/git-foundations
Funny git cheat sheet

How to fix lots of issues

#git #manual
https://ohshitgit.com/ua
How Git Works
by Julia Evans

Git has a bad reputation: it’s easy to accidentally lose your work or put your repository into a difficult-to-recover state, the terminology is arcane (detached HEAD state? reference? fast-forward? remote-tracking branch?), and the man pages are legendary for how inscrutable they are.

It’s no surprise that many people stay in their comfort zone: you might have a set of 6 git commands that work for you, and hope that nothing goes wrong.

#git #manual
https://wizardzines.com/zines/git/