Mengembalikan kondisi kode ke commit sebelumnya
https://www.freecodecamp.org/news/git-reverting-to-previous-commit-how-to-revert-to-last-commit/
#commit #git #revert
https://www.freecodecamp.org/news/git-reverting-to-previous-commit-how-to-revert-to-last-commit/
#commit #git #revert
freeCodeCamp.org
Git Reverting to Previous Commit – How to Revert to Last Commit
Git is a great tool for version control. It also makes collaborating with others more efficient. In this article, you'll learn how to revert to previous commits when tracking your project with Git. The two commands we'll discuss in this article are g...
Beberapa pesan Git Commit yang menarik dan lucu
https://javascript.plainenglish.io/laugh-your-way-through-these-32-hilarious-commit-messages-2c84d7afede9
#git #commit
https://javascript.plainenglish.io/laugh-your-way-through-these-32-hilarious-commit-messages-2c84d7afede9
#git #commit
Medium
32 Humorous Commit Messages
Read those Commit Messages to Brighten Your Day
Tips dalam menggabungkan dua repository Github tanpa kehilangan riwayat Commit
https://hacks.mozilla.org/2022/08/merging-two-github-repositories-without-losing-commit-history/
#git #commit #history
https://hacks.mozilla.org/2022/08/merging-two-github-repositories-without-losing-commit-history/
#git #commit #history
Mozilla Hacks – the Web developer blog
Merging two GitHub repositories without losing commit history
How do you merge two Git repositories without losing history? This post will take you through the step by step process.
👍2
Beberapa cara untuk membuat visualisasi data dengan Github Commit
https://dev.to/github/your-github-year-in-review-10-fun-ways-to-visualize-your-contributions-392o
#github #commit #visualization
https://dev.to/github/your-github-year-in-review-10-fun-ways-to-visualize-your-contributions-392o
#github #commit #visualization
DEV Community
Your GitHub year in review - 10 fun ways to visualize your contributions
Love 'em or loathe 'em, GitHub contribution graphs are often a great way to help share a story....
Beberapa cara penting untuk mengembalikan sebelum commit Git yang sudah dilakukan
https://dev.to/this-is-learning/4-ways-to-undo-a-git-commit-amend-vs-reset-5dem
#git #undo #commit
https://dev.to/this-is-learning/4-ways-to-undo-a-git-commit-amend-vs-reset-5dem
#git #undo #commit
DEV Community
⏪ 4 Ways to Undo a Git Commit - Amend vs Reset
I'm quite sure all of these happened to you at least once: You committed a change with the wrong...
Cara menulis Git commit dengan benar
https://itnext.io/writing-better-commits-6a1691c12772
#git #commit
https://itnext.io/writing-better-commits-6a1691c12772
#git #commit
Medium
Writing Better Commits
Writing better commits with the better-commits CLI
Contoh penggunaan AI untuk membuat pesan commit di Git
https://dev.to/disukharev/opencommit-gpt-cli-to-auto-generate-impressive-commits-in-1-second-46dh
#chatgpt #openAI #git #commit
https://dev.to/disukharev/opencommit-gpt-cli-to-auto-generate-impressive-commits-in-1-second-46dh
#chatgpt #openAI #git #commit
DEV Community
OpenCommit: GPT generates impressive commits in 1 second 🤯🔫 (open-source)
first — let's grow my twitter, so i can tell about my inventions quicker and make the world even...
👍2
Latihan mengganti pesan commit dengan Git amend
https://www.freecodecamp.org/news/how-to-edit-git-commit-messages-with-git-amend/
---
Latihan dasar mengambil kode dari remote branch dengan pull dan Fetch
https://www.freecodecamp.org/news/git-pull-remote-branch-how-to-fetch-remote-branches-in-git/
---
#git #commit #pull #fetch
https://www.freecodecamp.org/news/how-to-edit-git-commit-messages-with-git-amend/
---
Latihan dasar mengambil kode dari remote branch dengan pull dan Fetch
https://www.freecodecamp.org/news/git-pull-remote-branch-how-to-fetch-remote-branches-in-git/
---
#git #commit #pull #fetch
freeCodeCamp.org
Git Change Commit Message – How to Edit Commit Messages with Git Amend
Commit messages play a crucial role in Git version control. They provide a historical record of changes made to a repository. Clear and descriptive commit messages help you collaborate better with team members, more easily maintain your code, and understand…
Cara membuat commit dan commit message yang baik di dalam Git
https://levelup.gitconnected.com/good-commit-vs-your-commit-how-to-write-a-perfect-git-commit-message-6e96ab6357fa
#git #commit
https://levelup.gitconnected.com/good-commit-vs-your-commit-how-to-write-a-perfect-git-commit-message-6e96ab6357fa
#git #commit
Medium
“Good Commit” vs “Your Commit”: How to Write a Perfect Git Commit Message
A good commit shows whether a developer is a good collaborator — Peter Hutterer, Linux.
How to Write Commit Messages that Project Maintainers Will Appreciate
https://www.freecodecamp.org/news/how-to-write-commit-messages-maintainers-will-like/
#git #commit #maintainer
https://www.freecodecamp.org/news/how-to-write-commit-messages-maintainers-will-like/
#git #commit #maintainer
freeCodeCamp.org
How to Write Commit Messages that Project Maintainers Will Appreciate
You know the saying “If you keep looking at the past, you’ll miss the future”? Well in the context of coding and working with Git, that’s not the case. Your commit history plays a huge role in the future of the open source projects that you contribu...
How to Use Git Cherry Pick and Avoid Duplicate Commits
https://www.freecodecamp.org/news/git-cherry-pick-avoid-duplicate-commits/
#git #commit #cherrypick
https://www.freecodecamp.org/news/git-cherry-pick-avoid-duplicate-commits/
#git #commit #cherrypick
freeCodeCamp.org
How to Use Git Cherry Pick and Avoid Duplicate Commits
Imagine a beautiful cherry tree full of sweet, red, round fruit hanging on lush, glistening branches. But imagine if those cherries grew so quickly that the branches started bending, overlapping, and breaking...sounds chaotic right? This is what can happen…
How to Host Your Project on GitHub – Explained With Examples
https://www.freecodecamp.org/news/host-your-first-project-on-github/
---
Writing meaningful Git commit messages with semantic tags
https://dev.to/ghostaram/writing-meaningful-git-commit-messages-with-semantic-tags-1dim
#github #commit
https://www.freecodecamp.org/news/host-your-first-project-on-github/
---
Writing meaningful Git commit messages with semantic tags
https://dev.to/ghostaram/writing-meaningful-git-commit-messages-with-semantic-tags-1dim
#github #commit
freeCodeCamp.org
How to Host Your Project on GitHub – Explained With Examples
Seven years ago, I began my journey into web development with HTML and CSS. As soon as I got the hang of JavaScript, I built my first website. The excitement was overwhelming, and I wanted to share it with my friends and the world. Like many beginner...