Changes for page Git
Last modified by Richard Kreissig on 2025/01/30 12:03
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. msp1 +XWiki.cds - Content
-
... ... @@ -1,29 +1,19 @@ 1 -This tutorial will address the source code management (SCM) tool named [[Git>>url:http://git-scm.com/||shape="rect"]]. By following these steps you should learn about the basic usage of Git, which is required for the whole practical course. Furthermore, Git is a great SCM tool, and it's good to know how to use it. During this tutorial, we will follow Alan Turing's thoughts towards developing the [[Turing Machine>>url:http://en.wikipedia.org/wiki/Turing_machine||shape="rect"]].1 +This tutorial will address the source code management (SCM) tool named [[Git>>url:http://git-scm.com/||shape="rect"]]. 2 2 3 - More in-depth documentation can be found on the [[official home page>>url:http://git-scm.com/documentation||shape="rect"]], which mentions books, videos, and links to other tutorials and references. 4 - 5 5 = Repositories and Commits = 6 6 7 - 1. Readthe [[Git for Computer Scientists>>url:http://eagain.net/articles/git-for-computer-scientists/||shape="rect"]] introduction (skip this if you are already familiar with Git).8 - 1. For Linux, Gitisavailable in itsown package.Windows users can install [[msysGit>>url:http://msysgit.github.com/||shape="rect"]].For MacOS, Git isvailable as partof [[Xcode>>url:https://developer.apple.com/xcode/||shape="rect"]]; if you cannot install that, use [[Git for OSX>>url:http://code.google.com/p/git-osx-installer/||shape="rect"]].9 -1 . (((10 - Createalocal repository for the "//Turing Project//":5 +{{task-list}} 6 +{{task id="1" status="complete"}} 7 +test1 8 +{{/task}} 11 11 12 -{{noformat nopanel="true"}} 13 -$ mkdir turing 14 -$ cd turing 15 -$ git init 16 -Initialized empty Git repository in ~/turing/.git/ 17 -{{/noformat}} 18 -))) 19 -1. ((( 20 -Add some content: copy [[attach:notes.txt]] to your {{code language="none"}}turing{{/code}} directory. 10 +{{task id="2" status="incomplete"}} 11 +test2 12 +{{/task}} 21 21 22 -{{noformat nopanel="true"}} 23 -$ git add notes.txt 24 -$ git commit -m "wrote some first notes" 25 -[master (root-commit) 2e73b34] wrote some first notes 26 - 1 files changed, 5 insertions(+), 0 deletions(-) 27 - create mode 100644 notes.txt 28 -{{/noformat}} 29 -))) 14 +{{task id="3" status="incomplete"}} 15 +test 3 16 +{{/task}} 17 +{{/task-list}} 18 + 19 +\\
- Confluence.Code.ConfluencePageClass[0]
-
- Id
-
... ... @@ -1,1 +1,1 @@ 1 -29821 141 +2982103 - URL
-
... ... @@ -1,1 +1,1 @@ 1 -https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/29821 14/Git1 +https://rtsys.informatik.uni-kiel.de/confluence//wiki/spaces/WS12EclPract/pages/2982103/Git