Tag: posh-git

  • Cloning or Checking out a repository with GIT

    You have your own GIT repository or you wish to checkout a copy of a publicly or privately available repository to your computer.

    To checkout or as GIT calls it, clone, a repository the git clone command. This command accepts many different arguments. In your command line, type: git help clone for the full supported list.

    (more…)

  • posh-git: the only GIT command line tool I use

    You’ve installed GitHub on Windows, but the UI sucks. So you want to use command line, but you want to easily know the state your changes are in at any given moment.

    The best command line tool that I use is posh-git. I use Windows for my local development which means I am using the Powershell version of posh-git.

    (more…)