New: gitAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932photographyuncommonlabhive-166405hive-185836hive-150122hive-183397hive-144064bitcoinlifehive-188619hive-103599krsuccesshive-139150hive-101145hive-124908hive-109690hive-184714hive-145157TrendingNewHotLikerstalkit (68)in kr • 5 days ago[개발이야기#049] 소프트웨어 버전 관리 시스템은 무엇인가?소프트웨어 버전 관리 시스템이란 무엇일까? 안녕하세요, 가야태자 @talkit 입니다. 오늘은 간단하게 버전 관리 시스템(Version Control System, VCS) 에 대해 이야기해 보겠습니다. 버전 관리 시스템이란? 버전 관리 시스템은 말 그대로 소프트웨어의 소스 버전을 관리하는 시스템입니다. ChatGPT 에게…amy24 (32)in git • 2 months agoAdvanced Git Workflows and Best Practices in Version Control SystemsIn this ever-changing world of software development, the need for efficient version control has become more crucial than ever. Whether you work in a team or solo, knowledge of advanced Git workflows…midha (59)in hive-141434 • 4 months agoBasic Knowledge About Git And GitHub || Commands || Terminal || Internships LearningsHi everyone! I hope you are all doing well and in good health. I apologize for the delay in posting as I have been very busy with my academics .In my last post I mentioned my PHP Laravel internship…starlord28 (69)in rant • last yearRebase vs Merge - A Git RantHey all. Been away for a while. So, I wanted to get something off my head that's been an itch at my current workplace. So, I've finally moved away from a startup environment into a bigger…anpigon (70)in kr • 2 years agosteemCreated with Sketch.GPT-3 도움으로 커밋 메시지를 자동으로 작성해보자.GPT Commit 소개 gptcommit 은 GPT-3를 활용하여 git 커밋 메시지를 자동으로 작성해주는 도구입니다. 이 도구를 사용하면 개발자들이 커밋 메시지를 작성하는데 드는 시간을 절약하고 코딩에 더 집중할 수 있습니다. gptcommit 을 사용하면 GPT와 같은 대형 언어 모델을 이용하여 명확하고 포괄적이며 설명적인 커밋 메시지를 쉽게…alexyot (29)in c • 3 years agoAre you ready to learn programming for free?I am C, Cython and Python dev and I am ready to teach you all these languages and not only, even NodeJs, HTML, ReactJs, Git, Docker… Just let me know what is most important programming language…rnkchr0 (35)in git • 3 years agoHow to git undo a commit? git reset & git revert Explained.How to git undo a commit? git reset & git revert Explained. In this article – “How to git undo a commit”, we will learn how to undo our changes and commits or a particular commit using git.…srinivasr (25)in git • 3 years agoSupport for password authentication was removed. Please use a personal access token insteadIf you perform Git operations and try to authenticate using the account username and password, you will get an error remote: Support for password authentication was removed on August 13, 2021.…sqlinsix (55)in hive-109160 • 3 years agosteemCreated with Sketch.Automatic Merge Failed, Fix Conflicts IssueWhat happens when we run into the problem where we experience a merge conflict where two developers have made changes, but have made changes to the same object and experience an issue? This issue…famat (25)in steemhunt • 3 years agoGitFramed - Git it ? frame it !GitFramed Git it ? frame it ! Screenshots View Image Hunter's comment Link This is posted on Steemhunt - A place where you can dig products and earn STEEM.…turkce (31)in aksam • 3 years agoakşam ise yat, sabah ise gitgeceler uyku, gündüzler iş zamanıdır anlamında kullanılan bir söz.justyy (82)in git • 4 years agoPushing -f to Own Branch may be dangerousHere is what happened: I forked a repro I made some changes and push to develop branch I created a PR to merge to original repro:develop branch I want to undo the changes in my own…avadesian (35)in git • 4 years ago你会使用Git吗?Git,非常好用的版本管理工具,通常是在码农圈里流行。 但是现在随着科研的发展,很多研究成果在以论文形式发表时,通常也会将论文中使用的数据或者代码公开,以方便成果复现。大多数就需要用到了Github,这个全球第一的开源代码托管平台(其实不止是这个功能了),它就是基于Git技术搭建的平台。 所以,不会Git,都不好意思做科研了!…sqlinsix (55)in development • 4 years agosteemCreated with Sketch.Automatic Merge Failed, Fix Conflicts IssueWhat happens when we run into the problem where we experience a merge conflict where two developers have made changes, but have made changes to the same object and experience an issue? This issue…turkce (31)in gelene • 4 years agogelene git denilmezkendiliğinden gelen bir konuk geri çevrilmez anlamında kullanılan bir söz.charith85 (25)in useful • 4 years agoUseful GIT CommandsGit is a distributed version-control system for tracking changes in source code during software development. delete local tag 'v2.0.1' git tag -d v2.0.1 delete remote tag 'v2.0.1' (eg, GitHub…kamranrkploy (64)in hive-175254 • 4 years agoHow to Initialize your Folder/Project/Directory as a Local Git RepositoryWhat is a Local Git Repository...? Let us keep this simple and understand , what is a git repository. I am not talking about the one we find on Github or Gitlab but the one you initially create…turkce (31)in agir • 4 years agoağır git ki yol alasınbir işte başarılı olmak isteyen kimse, ağır ağır ama güvenilir adımlarla yürümelidir anlamında kullanılan bir söz.kamranrkploy (64)in hive-175254 • 4 years agosteemCreated with Sketch.How to Install Git on Ubuntu O.S (100% Power Up )Hello , how are you all...? I hope everyone is doing fine. Yesterday we saw what is git and why we use it so in case you haven't gone through that post , do visit it at the link below. Git and…kamranrkploy (64)in hive-175254 • 4 years agoWhat is Git and why is it used...?Hello everyone , How are you all...? I hope everyone is doing fine and having a great New Year. I will be writing tutorials about git and it uses , installation etc for next few days. Today we…