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/27 16:51] c703101 |
collab:git-ms [2018/09/03 19:35] (current) |
||
---|---|---|---|
Line 12: | Line 12: | ||
==== Video Tutorials ==== | ==== Video Tutorials ==== | ||
- | ===S PuTTy Installation and Key Generation === | + | === PuTTY Installation and Key Generation === |
<html> | <html> | ||
- | <video width="560" height="340" controls> | + | <br> |
- | <source src="/public/git/01__PuTTy-installation_and_key_generation.ogv" type='video/ogg; codecs="theora, vorbis"'> | + | <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> | </video> | ||
+ | <br><br> | ||
</html> | </html> | ||
- | === msysGit installation === | + | |
+ | === msysGit Installation === | ||
<html> | <html> | ||
- | <video width="560" height="340" controls> | + | <br> |
- | <source src="/public/git/02__msysGit-installation.ogv" type='video/ogg; codecs="theora, vorbis"'> | + | <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> | </video> | ||
</html> | </html> | ||
- | === TortoiseGit installation === | + | === TortoiseGit Installation === |
<html> | <html> | ||
- | <video width="560" height="340" controls> | + | <br> |
- | <source src="/public/git/03__TortoiseGit_installation.ogv" type='video/ogg; codecs="theora, vorbis"'> | + | <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> | </video> | ||
</html> | </html> | ||
=== TortoiseGit Configuration === | === TortoiseGit Configuration === | ||
+ | |||
<html> | <html> | ||
- | <video width="560" height="340" controls> | + | <br> |
- | <source src="/public/git/04__TortoiseGit_configuration.ogv" type='video/ogg; codecs="theora, vorbis"'> | + | <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> | </video> | ||
+ | |||
+ | <br><br> | ||
</html> | </html> | ||
=== Clone a Git Repository === | === Clone a Git Repository === | ||
+ | |||
+ | clone a git repository and add a file to the local repository... | ||
<html> | <html> | ||
- | <video width="560" height="340" controls> | + | <video width="560" height="340" controls preload="metadata"> |
- | <source src="/public/git/05__Clone_git_repository.ogv" type='video/ogg; codecs="theora, vorbis"'> | + | <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> | </video> | ||
+ | <br><br> | ||
</html> | </html> | ||
=== Commit, Push and Pull === | === 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> | <html> | ||
- | <video width="560" height="340" controls> | + | <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"'> | + | <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> | </video> | ||
+ | <br><br> | ||
</html> | </html> | ||
- | |||
- | |||
Line 77: | 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 90: | 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}} |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||