Read more

List your current Git remotes

Henning Koch
April 12, 2011Software engineer at makandra GmbH

To display a list of your current Git remotes and their endpoints, you can say

git remote -v
Illustration online protection

Rails Long Term Support

Rails LTS provides security patches for old versions of Ruby on Rails (2.3, 3.2, 4.2 and 5.2)

  • Prevents you from data breaches and liability risks
  • Upgrade at your own pace
  • Works with modern Rubies
Read more Show archive.org snapshot

The output looks like this:

brady8	https://github.com/brady8/aegis.git (fetch)
brady8	https://github.com/brady8/aegis.git (push)
origin	git@github.com:makandra/aegis.git (fetch)
origin	git@github.com:makandra/aegis.git (push)
Posted by Henning Koch to makandra dev (2011-04-12 17:27)