diff options
author | Oskar Vigren <oskar@vig.ren> | 2019-11-04 18:58:19 +0100 |
---|---|---|
committer | Gustav Eek <gustav.eek@fripost.org> | 2020-01-06 13:31:44 +0100 |
commit | 82016f6624dae1e61cf3cacba6a32540b1e3fa4e (patch) | |
tree | 87b824357a78ddea840ec28fd8af506154bc9049 /git_och_fripost.mdwn | |
parent | 8a489485dfd72788fd18728fd7c12b9c16053954 (diff) |
Remove unrelated pages for laboration
Diffstat (limited to 'git_och_fripost.mdwn')
-rw-r--r-- | git_och_fripost.mdwn | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/git_och_fripost.mdwn b/git_och_fripost.mdwn deleted file mode 100644 index d79425b..0000000 --- a/git_och_fripost.mdwn +++ /dev/null @@ -1,43 +0,0 @@ -*Innehållsförteckning* -[[!toc]] - -Vad är Git? -=========== - -_Följande stycke skrev författaren (Gustav) ursprungligen i ett annat syfte. Därför är texten på engelska._ - -[According to Wikipedia](https://en.wikipedia.org/wiki/Git_%28software%29), - -> Git […] is a distributed version control and source code management -> (SCM) system with an emphasis on speed. [...] Every Git working -> directory is a full-fledged repository with complete history and full -> version tracking capabilities, not dependent on network access or a -> central server. - -If you have not used Git before, or if you are otherwise interested, these are some reading tips - -* "[Distributed Version Control](https://en.wikipedia.org/wiki/Distributed_version_control)" on Wikipedia -* "[Git](https://en.wikipedia.org/wiki/Git_%28software%29)" on Wikipedia -* The [Git offical web site](https://git-scm.com/) -* Some [videos on using Git](https://git-scm.com/videos) - -Install git on [Debian GNU/Linux](https://www.debian.org/) or similar - - $ sudo aptitude install git-core git-doc git-man gitk - -and walk throug some tutorials: - - $ man gittutorial - $ man gittutorial-2 - - -Var Git används bland Friposts system -===================================== - -_Innehåll behövs_ - - -Hur Git används i Friposts system -================================= - -_Innehåll behövs_ |