User Tools

Site Tools


raspberrypi:gitinfo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
raspberrypi:gitinfo [2019/03/06 00:18]
dwheele
raspberrypi:gitinfo [2021/04/03 17:58] (current)
dwheele [Command Line Client]
Line 1: Line 1:
 ====== Git Notes ====== ====== Git Notes ======
  
-I was using Git to backup "panelDrive." This is located at c:\users\dan\git. Issuing "git remote -v" will show that these are connected to remote repository "ssh://git@stopstogo.com/home/git/repo.git".+I was using Git to backup "panelDrive." This is located at c:\users\dan\git. Issuing "git remote -v" will show that these are connected to <nowiki>remote repository "ssh://git@stopstogo.com/home/git/repo.git".</nowiki>
  
 3/5/2019 3/5/2019
Line 25: Line 25:
   * ''git remote add origin <nowiki>ssh://git@stopstogo.com/home/git/repo.git</nowiki>''   * ''git remote add origin <nowiki>ssh://git@stopstogo.com/home/git/repo.git</nowiki>''
     * Adds a remote Git repository to current local Git repository     * Adds a remote Git repository to current local Git repository
 +  * ''git remote -v''
 +    * Shows remotes for current repository
   * ''git push -u origin master''   * ''git push -u origin master''
     * Pushes files from "master" branch of local Git repository to remote repository     * Pushes files from "master" branch of local Git repository to remote repository
raspberrypi/gitinfo.1551831523.txt.gz · Last modified: 2019/03/06 00:18 by dwheele