https://github.com/networm/git-new-workdir
Change refs to lfs in symbol links to improve usability for both work directories isolation and Git LFS support.
https://github.com/networm/git-new-workdir
Last synced: 12 months ago
JSON representation
Change refs to lfs in symbol links to improve usability for both work directories isolation and Git LFS support.
- Host: GitHub
- URL: https://github.com/networm/git-new-workdir
- Owner: networm
- License: gpl-2.0
- Created: 2018-09-24T00:11:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T13:21:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-26T01:37:36.761Z (over 1 year ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-work-dir
Change refs to lfs in symbol links to improve usability for both work directories isolation and Git LFS support.
## Usage
```
./git-new-workdir []
```
## Introduction
`refs` directory contains all branch status. If shared same one, different repository will be interference each other after fetch or pull. The local branch will be updated with remote tracking branch.
`lfs` directory is using for Git LFS. There are too many big files in the directory. So it should be share with all work directories.
## Changes
1. `refs` to `lfs` in line 82.
2. Copy `refs` from source git repository to new repository.