Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
rcfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
rcfiles
Commits
3883cafa
Commit
3883cafa
authored
8 years ago
by
nimrod
Browse files
Options
Downloads
Patches
Plain Diff
- Updated README with hint on how to correct submodule paths after moving the repo.
parent
2a7f3d26
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+8
-4
8 additions, 4 deletions
README.rst
with
8 additions
and
4 deletions
README.rst
+
8
−
4
View file @
3883cafa
...
...
@@ -2,10 +2,10 @@ rcfiles
*******
A repository with my rc files. The purpose is for me to have revision control of
my home dir, maybe send somebody a link to an example file and to be
browsable
for others (if anyone wants to copy some snippet). Because these are
my actual
files that I use right now, the repository is cloned directly to my
home
directory and is not meant for mass consumption as it is.
my home dir
ectory
, maybe send somebody a link to an example file and to be
browsable
for others (if anyone wants to copy some snippet). Because these are
my actual
files that I use right now, the repository is cloned directly to my
home
directory and is not meant for mass consumption as it is.
Usage
-----
...
...
@@ -21,6 +21,10 @@ WARNING: This will overwrite your existing files.
rm -r rcfiles
git submodule update --init --recursive
In older versions of Git the paths in the submodules are obsolete and thus need
to be corrected (before fetching them). The correction needs to be done in the
:code:`.git` and :code:`config` files inside each submodule.
License
-------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment