An open API service indexing awesome lists of open source software.

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.

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.