Skip to content
similar geeks website logo

Similar Geeks

  • Home
  • Contribute
  • Search Code
  • Browse
    • Python
    • C
    • Docker
  • Contact Us
similar geeks website logo

Similar Geeks

  • Home
  • Contribute
  • Search Code
  • Browse
    • Python
    • C
    • Docker
  • Contact Us

How to set vim as a default Git editor

  • Git

To set vim as a default Git editor then use the git config command which helps you to configure the… Read More »How to set vim as a default Git editor

Git config vscode

  • Git

To set visual studio code as a default editor in Git then follow the below command. Git config is used… Read More »Git config vscode

Git Config Editor

  • Git

You can choose the default text editor that Git will use when you need to type a message. Git config… Read More »Git Config Editor

How to make git use the editor of my choice for commits ?

  • Git

To make git use the editor of my choice for commits use core.editor option in git config. You can use… Read More »How to make git use the editor of my choice for commits ?

How to modify a specific commit in Git ?

  • Git

To modify a specific commit in Git, you can use the git rebase with the appropriate commit id. The syntax… Read More »How to modify a specific commit in Git ?

How to modify unpushed commit message

  • Git

To modify unpushed commit messages then –amend flag will be useful to modify the unpushed commits. Follow the below code… Read More »How to modify unpushed commit message

How to rename Local Git Branch

  • Git

To rename Local Git branch there are several options available. Below are different ways to rename local git branch depending… Read More »How to rename Local Git Branch

How to Undo git add before commit ?

  • Git

Sometimes we mistakenly add some files using git add command before we do commit. In order to undo git add… Read More »How to Undo git add before commit ?

Difference between git pull and git fetch

  • Git

Below are the basic difference between git pull and git fetch. When you use git pull, Git tries to merge… Read More »Difference between git pull and git fetch

How to delete Local Git Branch

  • Git

Use any of the commands below to delete the Local Git Branch that best suits your needs. To remove local… Read More »How to delete Local Git Branch

  • 1
  • 2
  • 3
  • Next »

similargeeks@gmail.com

  • Home
  • Terms and Conditions
  • Privacy Policy
  • Disclaimer
  • About Us

©️ 2022 Similar Geeks All rights reserved.

 

Loading Comments...
 

    x
    x