From 0f0a943d5429cf8db0f7f6cc9bc2679ed9329901 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 14 Jan 2014 22:58:44 +0100 Subject: Rename Nagios Plugins to Monitoring Plugins This is a first step of replacing the name "Nagios Plugins" with "Monitoring Plugins" where appriopriate. Some news items and FAQ entries are also created or updated. More to come. --- web/input/doc/faq/git.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'web/input/doc/faq/git.md') diff --git a/web/input/doc/faq/git.md b/web/input/doc/faq/git.md index 390b87a..e9bc27d 100644 --- a/web/input/doc/faq/git.md +++ b/web/input/doc/faq/git.md @@ -4,9 +4,8 @@ parent: FAQ # How do I use Git? -After the 1.4.13 release, the [Nagios Plugins Development Team][team] moved to -[Git][git] for its code repositories. This document is a quick introduction -to Git. +After the 1.4.13 release, the project moved to [Git][git] for its code +repositories. This document is a quick introduction to Git. ## Basic Concepts @@ -41,14 +40,14 @@ with Git you only have to type a handful of digits to reference one. To work on a project you first have to clone it. This creates your own local repository, and until you want to distribute your change or merge changes from someone else, everything that follows can happen offline. If you have push -access to the Nagios Plugins repository, run the command: +access to the Monitoring Plugins repository, run the command: - $ git clone git@github.com:nagios-plugins/nagios-plugins.git + $ git clone git@github.com:monitoring-plugins/monitoring-plugins.git If you just want a local copy or wish to clone it to your workstation, you can run this command instead: - $ git clone git://github.com/nagios-plugins/nagios-plugins.git + $ git clone git://github.com/monitoring-plugins/monitoring-plugins.git This will create a directory called `nagios-plugins` with all the `master` code and history (this is roughly equivalent to CVS/SVN `HEAD`). Change @@ -192,7 +191,6 @@ on the [Git web site][git]). - Git for Computer Scientists -[team]: team.html "Nagios Plugins Development Team" [guidelines]: doc/guidelines.html "Nagios Plugin Development Guidelines" [git]: http://git-scm.com/ "Git" [scott]: http://scottchacon.com/ "Scott Chacon" -- cgit v1.2.3-74-g34f1