This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
collab:git-ms [2011/10/05 10:49] c703101 [Generating a ssh key-pair] |
collab:git-ms [2018/09/03 19:35] (current) |
||
---|---|---|---|
Line 9: | Line 9: | ||
* msysGit: provides git for windows (http://msysgit.googlecode.com/files/msysGit-fullinstall-1.7.6-preview20110708.exe) | * msysGit: provides git for windows (http://msysgit.googlecode.com/files/msysGit-fullinstall-1.7.6-preview20110708.exe) | ||
* TortoiseGit: a nice integration of the git commands into the Windows Explorer (like Tortoise SVN for Subversion) (http://code.google.com/p/tortoisegit/downloads/list) note that there is a 32-Bit and 64-Bit msi installer. | * TortoiseGit: a nice integration of the git commands into the Windows Explorer (like Tortoise SVN for Subversion) (http://code.google.com/p/tortoisegit/downloads/list) note that there is a 32-Bit and 64-Bit msi installer. | ||
+ | |||
+ | ==== Video Tutorials ==== | ||
+ | |||
+ | === PuTTY Installation and Key Generation === | ||
+ | |||
+ | <html> | ||
+ | <br> | ||
+ | <video width="560" height="340" controls preload="metadata"> | ||
+ | <source src="/public/git/01__PuTTy-installation_and_key_generation.ogv" type='video/ogg; codecs="theora, vorbis"'> | ||
+ | <applet code="com.fluendo.player.Cortado.class" archive="/public/cortado.jar" width="560" height="340"> | ||
+ | <param name="autoPlay" value"false" /> | ||
+ | <param name="url" value="/public/git/01__PuTTy-installation_and_key_generation.ogv"/> | ||
+ | </applet> | ||
+ | </video> | ||
+ | <br><br> | ||
+ | </html> | ||
+ | |||
+ | |||
+ | === msysGit Installation === | ||
+ | |||
+ | <html> | ||
+ | <br> | ||
+ | <video width="560" height="340" controls preload="metadata"> | ||
+ | <source src="/public/git/02__msysGit-installation.ogv" type='video/ogg; codecs="theora, vorbis"'> | ||
+ | <applet code="com.fluendo.player.Cortado.class" archive="/public/cortado.jar" width="560" height="340"> | ||
+ | <param name="autoPlay" value"false" /> | ||
+ | <param name="url" value="/public/git/02__msysGit-installation.ogv"/> | ||
+ | </applet> | ||
+ | </video> | ||
+ | </html> | ||
+ | |||
+ | === TortoiseGit Installation === | ||
+ | <html> | ||
+ | <br> | ||
+ | <video width="560" height="340" controls preload="metadata"> | ||
+ | <source src="/public/git/03__TortoiseGit_installation.ogv" type='video/ogg; codecs="theora, vorbis"'> | ||
+ | <applet code="com.fluendo.player.Cortado.class" archive="/public/cortado.jar" width="560" height="340"> | ||
+ | <param name="autoPlay" value"false" /> | ||
+ | <param name="url" value="/public/git/03__TortoiseGit_installation.ogv"/> | ||
+ | </applet> | ||
+ | </video> | ||
+ | </html> | ||
+ | |||
+ | === TortoiseGit Configuration === | ||
+ | |||
+ | <html> | ||
+ | <br> | ||
+ | <video width="560" height="340" controls preload="metadata"> | ||
+ | <source src="/public/git/04__TortoiseGit_configuration.ogv" type='video/ogg; codecs="theora, vorbis"'> | ||
+ | <applet code="com.fluendo.player.Cortado.class" archive="/public/cortado.jar" width="560" height="340"> | ||
+ | <param name="autoPlay" value"false" /> | ||
+ | <param name="url" value="/public/git/04__TortoiseGit_configuration.ogv"/> | ||
+ | </applet> | ||
+ | </video> | ||
+ | |||
+ | <br><br> | ||
+ | </html> | ||
+ | |||
+ | === Clone a Git Repository === | ||
+ | |||
+ | clone a git repository and add a file to the local repository... | ||
+ | <html> | ||
+ | <video width="560" height="340" controls preload="metadata"> | ||
+ | <source src="/public/git/05__Clone_git_repository.ogv" type='video/ogg; codecs="theora, vorbis"'> | ||
+ | <applet code="com.fluendo.player.Cortado.class" archive="/public/cortado.jar" width="560" height="340"> | ||
+ | <param name="autoPlay" value"false" /> | ||
+ | <param name="url" value="/public/git/05__Clone_git_repository.ogv"/> | ||
+ | </applet> | ||
+ | </video> | ||
+ | <br><br> | ||
+ | </html> | ||
+ | |||
+ | === Commit, Push and Pull === | ||
+ | |||
+ | commit local changes to the local repository and push the changes to the iis server. | ||
+ | check for update with git pull. | ||
+ | <html> | ||
+ | <video width="560" height="340" controls preload="metadata"> | ||
+ | <source src="/public/git/06__commit_push_and_pull_git_repo.ogv" type='video/ogg; codecs="theora, vorbis"'> | ||
+ | <applet code="com.fluendo.player.Cortado.class" archive="/public/cortado.jar" width="560" height="340"> | ||
+ | <param name="autoPlay" value"false" /> | ||
+ | <param name="url" value="/public/git/06__commit_push_and_pull_git_repo.ogv"/> | ||
+ | </applet> | ||
+ | </video> | ||
+ | <br><br> | ||
+ | </html> | ||
+ | |||
==== Generating a ssh key-pair ==== | ==== Generating a ssh key-pair ==== | ||
Line 30: | Line 117: | ||
- Git -> Remote (and click on "Add new") | - Git -> Remote (and click on "Add new") | ||
- | * insert url: ssh:/ /username@iis.uibk.ac.at:2222/projects/git/REPONAME | + | * insert url: ssh:/ /username@iis.uibk.ac.at/projects/git/REPONAME |
* PuTTy Key: select the private key you generated | * PuTTy Key: select the private key you generated | ||
- | ==== Pulling a repository ==== | + | ==== Pulling a Repository ==== |
right click on the directory (git repository) | right click on the directory (git repository) | ||
Line 43: | Line 130: | ||
- | If you want some screenshots and/or a more detailed installation tutorial with screen-shots - have a look at http://dbanck.de/2009/10/08/github-windows-and-tortoisegit-part-1-installing-pulling/ | + | {{tag>git Install}} |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||