C
C#

Git and Google Drive

Git and Google Drive

HHillgrove11/19/2023
new git user.. it seems to have your local repositories in a google drive controlled file structure can fuck stuff up. I'm quite OCD/anal about my folder structure, so before I have to find a new place for my local repositories to live, I'd like to hear if there are any other solutions?
Xx0rld11/19/2023
use github it's made to host git
AAngius11/19/2023
Don't use cloud drives like Google Drive, OneDrive, Mega, Dropbox, etc. to store your code Like xtreit says, use Github
HHillgrove11/19/2023
github was always the place I wanted to have main. This was only for local repositories when working with the code before pushing to github.
AAnchy11/19/2023
your local storage is a good solution also using a remote dev/feature branch is another solution if you're worried about losing your work
HHillgrove11/19/2023
tbh it's not so much about being scared of lossing work.. it's just a folder structure I've used for 20+ years, and it fits logically in that folder (which is managed by Google Drive). Instead I'll place the local repos outside of Google Drives influence and symlink to it from its "logical" place. Then I don't have to rewire my brain to remember where it is, and Google Drive isn't touching the folder.
Xx0rld11/19/2023
you can do folder exlusion no ?
HHillgrove11/19/2023
sadly no I can do folder inclusion
Xx0rld11/19/2023
🤔
PPixxelKick11/19/2023
I'd just use github straight up, Amy reason you don't want to use it?
Jjimbo11/19/2023
I used to store all my stuff in OneDrive then realized the folly of my ways. Time to change your folder structure a bit and move stuff out of Google Drive and just remember to commit/push your changes when you're done working.
Xx0rld11/19/2023
that's what they said
Instead I'll place the local repos outside of Google Drives influence and symlink to it from its "logical" place.
Jjimbo11/19/2023
I thought he meant put the git files outside Google Drive
Xx0rld11/19/2023
yeah + github
Jjimbo11/19/2023
wonder if Google will just slurp up files through a symlink though
Xx0rld11/19/2023
I don't think

Looking for more? Join the community!

C
C#

Git and Google Drive

Join Server
Want results from more Discord servers?
Add your server
Recommended Posts
ASP.NET CRUD MODALI created a MVC controller with actions (CRUD) and I would like to know, how to modify this pre geneError✅ using from another csprojCurrently i have 2 projects, an api app and a worker service app And both use the same models. Is thJavascript not working on my MVC projectI'm learning front end tutorials at the moment so I'm totally new to designing websites. _Layout.csis there a way to get the colocation center connected to with C# ?I wanna get information about the colocation center exactly how Cloudflare warp gets it in the prefexaml and x:Class - issue (CS1061)I got a project wich some of you helped me with allready, tho there is still one issue I coudn't resCan't fire click blazor ui button```cs @page "/members" @namespace Blazor.Web @attribute [StreamRendering] <PageTitle>Members</PageTHelp Minecraft Console Client scripting(https://github.com/MCCTeam/Minecraft-Console-Client Link to MCC) is there a way to make a C# scrip✅ Bypass ASP.NET Required authenticatorIm trying to return Forbid (403) to the user if a resource already exists it all works fine but the Issues trying to create new error typesHello everyone. I'm trying to create my own extensible error type, based on the RFC 7807. ```c# puI have a Visual-Studio Proj. in .NET Framework and need help fixing the "CS0120" error it throws up.Basically I want to make an App which you just run and it will automatically, by pressing just one bplease help!!! (winforms c#)Does anyone know how can i make the user move the last drawn shape on a picturebox (the picture box WPF ScrollViewer issuesHello, I have the problem that the scrollviewer in C# (WPF) does not work properly. I haven't define✅ Quick - Unity "using" directiveReally quick question guys, when trying to use methods from other scripts in Unity, let's say the ot✅ .Split() Returning Spaces Between Words in String[]Hi. I have an string array `string[] strArr` of words in format `[word1, word2]` and so on - just a I want to compile a program myself with less filesI was working on a open source project, and I want to compile the program myself so I setup a github✅ Finding Processes but it displays as invisibleSo I am making a system monitor, and I ran into a problem where when I click the button to display t✅ Getting artifact from GitHub Repo ends in SSL_ERROR_SSLHello guys, working on a console app to more or less download artifacts from our private GitHub Repo✅ DB ErrorHey guys, I am working on a project and I am trying to connect it to a DB. I am following the instruCalculate Field Offset Based On Members' NameI'd like to know if the offset calculation is correct. the input used is as follows```cs private co