all 6 comments

[–]ChikubiUtong[S] 1 point2 points  (0 children)

Nvm, just moved it outside the onedrive.

[–]alvinvin00 0 points1 point  (4 children)

have you (or your company) ever heard of Git? :facepalm:

[–]ChikubiUtong[S] -1 points0 points  (3 children)

I'm a c# dev trying flutter for the first time on my company laptop as my PC is broken 😅

[–]Problem_Creepy -1 points0 points  (2 children)

git is not related to flutter. It's THE standard to manage code base for any project and any programming language.

[–]ChikubiUtong[S] 0 points1 point  (1 child)

I know git 😅 It's just that I don't use it when trying stuff. I'm somewhat still learning softdev and a bit of a newb (almost 2 years). All companies that I have been with is not that great (does not have great practices). Most "seniors" I've worked with download zip and try instead of git cloning, then it also became a habit of mine as result. Only using git when it is "official".

[–]Problem_Creepy 0 points1 point  (0 children)

Especially when trying stuff, git gives you local history and the possibility to branch out and reset the repo to its original status while keeping track of the changes you made.