Skip to content

Commit 13d682a

Browse files
author
Mishal Awadah
committed
[docs] Don't assume the commit 'ci' shortcut in documentation.
1 parent b05548c commit 13d682a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/SystemModules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Thus we must create `Package.swift` and initialize a Git repository with at leas
5656
CJPEG$ touch Package.swift
5757
CJPEG$ git init
5858
CJPEG$ git add .
59-
CJPEG$ git ci -m "Initial Commit"
59+
CJPEG$ git commit -m "Initial Commit"
6060
CJPEG$ git tag 1.0.0
6161

6262
* * *
@@ -128,7 +128,7 @@ A package is a Git repository with semantically versioned tags and a `Package.sw
128128

129129
CJasPer$ git init
130130
CJasPer$ git add .
131-
CJasPer$ git ci -m "Initial Commit"
131+
CJasPer$ git commit -m "Initial Commit"
132132
CJasPer$ git tag 1.0.0
133133

134134
**PLEASE NOTE!** The package manager clones _the tag_. If you edit the `module.modulemap` and don’t `git tag -f 1.0.0` you will not build against your local changes.

0 commit comments

Comments
 (0)