#gitcommits ผลการค้นหา
I don’t always commit code… oh wait, I actually do. 🤓 One month of consistency down. Now aiming for two and every box goes green. #Coder #Consistency #GitHubStreak #DeveloperHumor #TechLife #CommitPushRepeat
Here's my favorite git feature that no one knows about: You can reference commits using the commit message instead of the hash. The ":/" syntax accepts a regex that matches any part of the commit message, returning the youngest matching commit. git-scm.com/docs/revisions…
From Zero to Git Pro - Things You Weren’t Taught Everyone knows git commit -m "fix". But real Git power? That starts here
Git commit -m "final_final_v3_really_final" KING PRANIT IS COMING
Announcing AI Commits – a CLI tool that generates your commit message for you with AI. Available on npm today! npmjs.com/package/aicomm…
Your Git commits tell your project’s story — make them meaningful. “What changed” + “why it changed” beats “fixed bug” every time. 📝
Just had a great Code Clinic where we walked through basics of GitHub, commits, branches, PRs, and merge conflicts.
We have identified and resolved the underlying issues with Code Completions. Customers should see full recovery. githubstatus.com/incidents/d5c8…
Now that ai and three.js is trending for making games Time to turn this three.js repo I found in 2020 into something cool :) It visualizes GitHub commits. Very cool repo.surf
meeeee everytime: git commit -m 'fix' git commit -m 'actually fix' git commit -m 'please work' git commit -m 'WHY' git commit -m 'sorry team' 😭 #GitCommits #DevLife
Your Git commit history is basically your emotional diary. From “hope-this-works” to “final-final-no-seriously”, you've all worn those moods. Swipe through the dev feels ➡️ #GitCommits #DevLife #CodeHumor #AziroTech #DeveloperMemes #Git #TheUnfilteredEngineer #Aziro
In the context of #gitcommits or #githistory what story would you find more useful? 1. I developed A and B simultaneously B solves a problem for A which depends on B. 2. I developed A in its entirety, and then made this abstraction into B from A
My new Git commit pattern: 'feat: implemented X with AI assistance' Because let's be honest: Modern devs are AI prompt engineers who happen to write code 🎯 Embrace it. #GitCommits #DevHumor #TechLife
📝 Day 13: Git Basics - Commits & Pull Requests Make commits to save changes and use pull requests to review and merge code. Essential for collaboration! 🔄 #GitCommits #PullRequests #VersionControl
Signierte Git-Commits schützen Software-Lieferketten Mithilfe eines neuen Open-Source-Projekts können Softwareentwickler und DevOPs Git-Commits einfach und sicher digital signieren. #available_in_English #GitCommits #Keeper #Signieren b2b-cyber-security.de/?p=12194
Learning to 'commit' changes in Git - because every code change deserves its own story. Time to write my code novel! #GitCommits #CodingChronicles @github #GitHub @GitHubEducation
📣 Just Published: How to Write Awesome Git Commits! Check it out! 🚀 showwcase.com/show/36130/wri… #git #gitcommits #softwaredevelopment #SoftwareEngineering
👏 That's it for my tips on writing better git commits ❗️Remember to keep them short and sweet, use present tense and imperative mood, be specific and descriptive, follow a consistent format, and use emojis for clarity. Happy coding! 🚀 #GitCommits #BestPractices #Git
[5/5] 🎉 Emojis can be a great way to add clarity and personality to your git commits. Use them sparingly and appropriately to convey the tone or impact of your changes. For example, 🐛 for bug fixes or 🎨 for UI improvements. 🙌 #GitCommits #BestPractices #GiTisElias #Git
[4/5] 💻 Following a consistent format for your git commits makes it easier for others to read and understand them. Consider using a prefix to indicate the type of change, such as "feat:" for new features or "fix:" for bug fixes. 🔍 #GitCommits #BestPractices #GiTisElias #Git
[3/5] 🔍 It's important to be specific and descriptive in your git commits. Avoid generic messages like "Updated code" or "Fixed issues." Instead, describe what was updated or fixed in detail. This helps other developers understand your changes. 🤝 #GitCommits #GiTisElias #Git
[2/5] 📝 When writing a git commit, use the present tense and imperative mood. For example, instead of saying "Fixed a bug," say "Fix bug." This makes the commit message more actionable and easier to understand. 💡 #GitCommits #BestPractices #GiTisElias #Git
[1/5] 👉🏼 First things first, keep your git commits short and sweet. Avoid writing long paragraphs or including irrelevant information. A good commit message should be concise and to the point. 🙌 #GitCommits #BestPractices #GiTisElias #Git
📢 Want to take your git commits to the next level? 🚀 In this thread, I'll share some tips and best practices on how to write better git commits that are clear, concise, and meaningful. #GitCommits #BestPractices #GiTisElias #github 🧵👇
Speaker @nodunayo, or should I say Dee Bug 😆, wants to know: Do you do partial git commits? My advice: If not, you should start! Check out this article to learn how: vershd.io/git-partial-co… #RubyConfMini #Git #GitCommits
You can now revert whole commits straight from the list using #gitcommits. Enjoy 🙌 marketplace.visualstudio.com/items?itemName…
Learn how to flatten #GitCommits at #DWB. #Efisco #git #devtips bit.ly/3FpXsCR
Are your #gitcommits as quick as your spikes? Come talk to us at #startupong tonight! #werehiring #startupjobs
🌟 A Commit in Git represents a snapshot of the repository at a specific point in time. It stores the author, committer, commit message, and pointer to the Git object representing the content of the repository at that point in time. #gitcommits
Can you tell I was burnt out in December/ stuck on a real hard coding problem? #githubIssues #gitCommits
I write terrible commit messages. Every time I check my commit history, it always feels like.. "WHAT HAS BEEN SEEN... CANNOT BE UNSEEN...." #git #gitcommits
"Paralyze resistance with persistence" - About to break my own record within a single year. #gitcommits #devlife
📢 Want to take your git commits to the next level? 🚀 In this thread, I'll share some tips and best practices on how to write better git commits that are clear, concise, and meaningful. #GitCommits #BestPractices #GiTisElias #github 🧵👇
Have a Git issue? 💢Worry no more. Log into #GitCommits, post a single issue (or multiple) & put a bounty on your issue, free of charge. As Contributors express interest to solve your code issue, you can read reviews & filter the expert list to find the perfect fit. #git
Your Git commit history is basically your emotional diary. From “hope-this-works” to “final-final-no-seriously”, you've all worn those moods. Swipe through the dev feels ➡️ #GitCommits #DevLife #CodeHumor #AziroTech #DeveloperMemes #Git #TheUnfilteredEngineer #Aziro
Como Deshacer Commits en Git (Forma Local y Remota) – Parte 1. Post: blog.nubecolectiva.com/como-deshacer-… #git #gitcommits #github #bitbucket #developers #devs #desarrolloweb #desarrollodesoftware #desarrollodeaplicacionesmóviles #programación #programadores #comunidaddeprogramadores
Now with #gitcommits you can manage stashes as well! 🎉 Get your git repo status visualized 👀 marketplace.visualstudio.com/items?itemName…
Have u ever wondered what commits have been merged when u updated your branch (eg merge master)? #gitcommits will now list those for you, giving you an easy way to see the merged commits as well as their changes. And now you have superpowers! 🚀 Try that out! Pure 💗
These stats are pretty good. Since joining Trendspek in July, I've put in 469 commits (the same as the contractor who worked Jan-Nov). I've added 131,152 lines of code, and removed 2,137,102 lines of code. Go me! #gitcommits #hackerlyf
So, you are a Product Owner, and you've logged into #GitCommits, correct? ✅ Is your GitCommits profile set up and @PayPal account linked? ✅ Avast! Start posting your bounty with confidence! Focus on small, yet necessary tasks so you can know-how, and when, to scale. 🏴☠️️
Something went wrong.
Something went wrong.
United States Trends
- 1. Godzilla 24.5K posts
- 2. Shabbat 2,761 posts
- 3. Trench 7,451 posts
- 4. Lamine 64.8K posts
- 5. Barca 97.8K posts
- 6. Brujas 26.2K posts
- 7. $DUOL 2,512 posts
- 8. Barcelona 151K posts
- 9. Brugge 47.8K posts
- 10. Foden 21.5K posts
- 11. Flick 37.6K posts
- 12. Richardson 3,397 posts
- 13. #dispatch 39.3K posts
- 14. Frey 28.1K posts
- 15. Sharia 118K posts
- 16. Captain Kangaroo N/A
- 17. SCOTUS 36K posts
- 18. Jared Golden 1,989 posts
- 19. Anthony Taylor 1,815 posts
- 20. Alastor 84.7K posts