Intelligent and Interactive Systems

User Tools

Site Tools


collab:git-ms

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
Next revision Both sides next revision
collab:git-ms [2011/10/27 17:17]
c703101 [Video Tutorials]
collab:git-ms [2012/02/24 14:06]
c703101
Line 12: Line 12:
 ==== Video Tutorials ==== ==== Video Tutorials ====
  
-=== PuTTy Installation and Key Generation ===+=== PuTTY Installation and Key Generation ===
  
 <​html>​ <​html>​
 <br> <br>
 <video width="​560"​ height="​340"​ controls preload="​metadata">​ <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"'>​+   <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>​
 <br> <br>
 <video width="​560"​ height="​340"​ controls preload="​metadata">​ <video width="​560"​ height="​340"​ controls preload="​metadata">​
- <source src="/​public/​git/​02__msysGit-installation.ogv"​ type='​video/​ogg;​ codecs="​theora,​ vorbis"'>​+   <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>​
 <br> <br>
 <video width="​560"​ height="​340"​ controls preload="​metadata">​ <video width="​560"​ height="​340"​ controls preload="​metadata">​
- <source src="/​public/​git/​03__TortoiseGit_installation.ogv"​ type='​video/​ogg;​ codecs="​theora,​ vorbis"'>​+   <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>​
 <br> <br>
 <video width="​560"​ height="​340"​ controls preload="​metadata">​ <video width="​560"​ height="​340"​ controls preload="​metadata">​
- <source src="/​public/​git/​04__TortoiseGit_configuration.ogv"​ type='​video/​ogg;​ codecs="​theora,​ vorbis"'>​+   <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>​
-<br> 
 <video width="​560"​ height="​340"​ controls preload="​metadata">​ <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>​
-<br> 
 <video width="​560"​ height="​340"​ controls preload="​metadata">​ <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 88: Line 121:
  
  
-==== Pulling a repository ​====+==== Pulling a Repository ​====
  
 right click on the directory (git repository) right click on the directory (git repository)
Line 97: 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}}
- +
- +
- +
- +
- +
  
collab/git-ms.txt · Last modified: 2018/09/03 19:35 (external edit)