diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:24 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:24 +0100 |
commit | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (patch) | |
tree | 86ab4534d10092b293d4b7ab169fe1a8a2421bfa /files/pt-pt/glossário/gcs/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.gz translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.bz2 translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.zip |
unslug pt-pt: move
Diffstat (limited to 'files/pt-pt/glossário/gcs/index.html')
-rw-r--r-- | files/pt-pt/glossário/gcs/index.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/files/pt-pt/glossário/gcs/index.html b/files/pt-pt/glossário/gcs/index.html deleted file mode 100644 index abed4317c5..0000000000 --- a/files/pt-pt/glossário/gcs/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: GCS -slug: Glossário/GCS -tags: - - CodingScripting - - GCS - - Glossário - - SCM -translation_of: Glossary/SCM ---- -<p>O GCS (Gestão de Controlo de Software ou <em> Source Control Management</em>) é um sistema de gestão do código fonte. Normalmente refere-se à utilização de software para o controlo de versões. Um programador pode modificar arquivos de código fonte sem ter medo de editar coisas úteis, porque um GCS mantém um registo de como o código fonte muda e quem faz as alterações.</p> - -<p>Sistemas de gerência de configuração de software incluí CVS, SVN, {{glossary("GIT")}}.</p> - -<h2 id="Saiba_mais">Saiba mais</h2> - -<h3 id="Conhecimento_geral">Conhecimento geral</h3> - -<ul> - <li>{{Interwiki("wikipedia", "Gerência_de_configuração_de_software", "GCS")}} na Wikipedia</li> -</ul> |