All Questions
Tagged with file-management symlink
3 questions
1
vote
1
answer
2k
views
Git - how to add/link subfolders into one git-repository directory
Assuming I have a file structure like this:
├── Project-1/
│ ├── files/
│ └── special-files/
├── Project-2/
│ ├── files/
│ └── special-files/
└── Project-3/
├── files/
└── special-...
8
votes
1
answer
7k
views
Git - handle symlink as if it was a file
Is there a way to make git handle a symlink as if it was a file. If I just normally add a symlink like git add symlink, git just stores/controlls the path to the file, not the linked file.
Is it ...
0
votes
1
answer
56
views
File popups freeze in specific directory and show nothing - how to fix?
I had this issue for months. Whenever I moved to my home directory within a file popup (from both qt and gtk), the window freezed and I could neither close it nor move to another directory. I just had ...