Skip to content

Commit 45fa95d

Browse files
author
angel
committed
Ready 2 b Published
1 parent f68a62c commit 45fa95d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick-answers/linux/how-to-use-git.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
author:
33
name: Angel Guarisma
44
email: aguarisma@linode.com
5-
description: 'This Quick Answer guide explains how to use version control system Git to create a repository, stage a commit, and then push that commit.'
5+
description: 'This Quick Answer guide explains how to use Git to create a repository, stage a commit, and then push that commit.'
66
keywords: 'Linux, how to use Git, github, create git repo'
77
alias: ['quick-answers/how-to-use-git/']
88
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
99
modified: 'Monday, June 12th, 2017'
1010
modified_by:
1111
name: Angel Guarisma
1212
published: 'Monday, June 19th, 2017'
13-
title: How to Use Git Version Control System
13+
title: How to Use Git the Version Control System
1414
external_resources:
1515
- '[Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)'
1616
- '[Pro Git Book](https://git-scm.com/book/en/v2)'
1717
- '[Github Guides](https://guides.github.com/)'
1818
---
1919

20-
Git is a [version control system](https://en.wikipedia.org/wiki/Version_control) that can also be used to manage software projects. This guide's six steps will show you how to initialize a Git repository, stage files for a commit, and commit these files to a local Git repository. For fuller instruction, refer to our more robust guide on [Git Source Control Management](/docs/development/version-control/how-to-install-git-source-control-on-mac-and-windows).
20+
Git is a [version control system](https://en.wikipedia.org/wiki/Version_control) that can be used to manage software projects. This guide's six steps will show you how to initialize a Git repository, stage files for a commit, and commit these files to a local Git repository. For fuller instruction, refer to our more robust guide on [Git Source Control Management](/docs/development/version-control/how-to-install-git-source-control-on-mac-and-windows).
2121

2222
1. Create a folder in which to store your files, then initialize a Git repository in that folder:
2323

0 commit comments

Comments
 (0)