New: gitAll contentburnbotkrblurtactifitr2cornellzzangamesburnpostblurtgermanpowerclubbeblurtcurationblurtindiablurtlifephotographyblurtlatamblurtboosterblurthispanoblurtblockjapanHotTrendingNewDAppsfamegirl in creativecoin • 3 years agoA delicious saladHello friends. On the weekend, my husband and I will go to the garden with some friends. I made a salad for tomorrow evening. I will share the steps of making this delicious salad with you in…justyy in blurt • 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…kamranrkploy in blurtutorials • 4 years agoHow to check the status of your local git repository after creating itHello everyone , I am back with another tutorial on Git after a little long time. But anyways , I am here with the post about git. Today we will see how do we check the status of our local git…kamranrkploy in blurtutorials • 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 on…kamranrkploy in blurtutorials • 4 years agoHow to Install Git on Ubuntu O.SHello , 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 in blurtutorials • 4 years agoBlurtutorials with tutorials on Git... so let us learn What 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…justyy in git • 4 years agoHow to Modify the Git Commit Messages After Your Push Your Branch?Git is a popular and widely used version control system. If you stage your local changes and commit it to local branch, you can change the commit message by: git commit --amend "new message"