Logo Nabeel Chowdhury
  • Home
  • About
  • Skills
  • Experiences
  • Education
  • More
    Education Recent Posts
  • Posts
  • Follow me on Github
  • Dark Theme
    Light Theme Dark Theme System Theme
Logo Inverted Logo
  • Posts
  • Getting Started with Git
    • Why Use Git
    • Set Up Git
    • Create an SSH Key
    • Create a GPG Key
    • Creating Git Aliases
Hero Image
Creating Git Aliases

What are Git Aliases? Git aliases, just like SSH aliases I posted about previously or any other aliases are meant to create shortened versions of commands for long or commonly used commands. Many of the aliases below are common and are listed here. Below are the aliases I use day to day. Creating Git Aliases All calls to create an alias starts with the following command git config –global alias. where the shortened command follows the period and then the command to replace follows that after a space.

    Thursday, August 26, 2021 | 2 minutes Read
    Hero Image
    Create a GPG Key

    Why Use a GPG Key? The SSH key we made in the previous post was meant to encript your code changes between your local repositories and your remote repositories. A GPG key is similar in that it encrypts and signs your commits in your local repository so that your remote repository can verify that the commits were made by a trusted individual. Like the SSH key, you will have to generate a private and public key and add the public key to your remote repository hosting site of choice.

      Thursday, August 26, 2021 | 4 minutes Read
      Hero Image
      Create an SSH Key

      Why Use an SSH Key? Without an SSH key, you have to log in and enter a password each time you push changes to GitHub. An SSH key allows you to use a password that you can add to your ssh environment that you only need to enter once when you open the terminal. An SSH key creates a private key on your computer that encripts your commits that are pushed to an online repository.

        Thursday, August 26, 2021 | 5 minutes Read
        Hero Image
        Setting Up Git

        This tutorial is based heavily on the one from GitHub Git Download download the latest version of git. If you download the windows version, you should also install git bash or a similar terminal to have a terminal to enter commands in. If you would like to work using a GUI, download that now. I suggest either GitHub desktop or Tortoise Git. The git website also has a list of GUIs.

          Thursday, August 26, 2021 | 2 minutes Read
          Hero Image
          Why Use Git?

          Who Uses Git? Git is a common version control system used in academia and industry to keep track of changes to code either when working individually or on a team. The power of git is its use of a centralized repository that is the main, ground truth of the code and individuals can pull their code from this central repository to make changes and push their local changes to this central repository.

            Wednesday, August 25, 2021 | 4 minutes Read
            Navigation
            • About
            • Skills
            • Experiences
            • Education
            • Projects
            • Recent Posts
            Contact me:
            • nblchowdhury@gmail.com

            Toha Theme Logo Toha
            © 2025 Copyright.
            Powered by Hugo Logo