Skip to content

Commit 8aa0aae

Browse files
authored
Merge pull request #190 from aws-lumberyard-dev/cgalvan/gitflow_210811
Merged stabilization/2106 to main
2 parents 587b66c + 728c0f0 commit 8aa0aae

File tree

2 files changed

+144
-102
lines changed

2 files changed

+144
-102
lines changed

.lfsconfig

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22
# Default LFS endpoint for this repository
33
url = https://dwclu450qcnz6.cloudfront.net/api/v1
44

5-
# To use the endpoint with your fork:
6-
# 1. uncomment the url line below by removing the '#'
7-
# 2. replace 'owner' with the username or organization that owns the fork
8-
# 3. have git ignore your local modification of this file by running
9-
# git update-index --skip-worktree .lfsconfig
10-
11-
# url=https://dwclu450qcnz6.cloudfront.net/api/v1/fork/owner
5+
# To use the endpoint with your fork, run the following git command
6+
# in your local repository (without the '#'), replacing 'owner' with
7+
# the username or organization that owns the fork.
8+
#
9+
# git config lfs.url "https://dwclu450qcnz6.cloudfront.net/api/v1/fork/owner"
10+
#
11+
# For example, if your fork is https://github.com/octocat/o3de use
12+
# git config lfs.url "https://dwclu450qcnz6.cloudfront.net/api/v1/fork/octocat"
13+
#
14+
# IMPORTANT: authenticate with your GitHub username and personal access token
15+
# not your GitHub password

0 commit comments

Comments
 (0)