Click here to Skip to main content
15,892,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Source Control Suggestions Pin
MikeTheFid2-Dec-19 3:25
MikeTheFid2-Dec-19 3:25 
GeneralRe: Source Control Suggestions Pin
BryanFazekas3-Dec-19 1:33
BryanFazekas3-Dec-19 1:33 
GeneralRe: Source Control Suggestions Pin
wapiti643-Dec-19 3:22
wapiti643-Dec-19 3:22 
GeneralRe: Source Control Suggestions Pin
Eddy Vluggen30-Nov-19 9:51
professionalEddy Vluggen30-Nov-19 9:51 
GeneralRe: Source Control Suggestions Pin
Joan M30-Nov-19 9:53
professionalJoan M30-Nov-19 9:53 
GeneralRe: Source Control Suggestions Pin
Kevin Marois30-Nov-19 10:24
professionalKevin Marois30-Nov-19 10:24 
GeneralRe: Source Control Suggestions Pin
Jacquers30-Nov-19 22:39
Jacquers30-Nov-19 22:39 
GeneralRe: Source Control Suggestions Pin
Sander Rossel1-Dec-19 0:37
professionalSander Rossel1-Dec-19 0:37 
I've worked with Git for years and never amended anything.

I don't get the issue with reverting.
How would you solve that using TFSC or SVN?
The fact is you pushed something that didn't work to the master branch, people made other changes to that code and now you want it removed.
I've been in the situation where I had to revert multiple commits and this was as easy as selecting the commit I wanted to go back to and selecting "revert to this commit".
As the author says, all backward changes were added to the branch, but my coworkers had some merge conflicts.
Those conflicts are to be expected since I just messed up the whole code base that everyone was working on.
SVN or any other SCM isn't going to handle that gracefully either...

Actually, I don't recognize anything he talks about in that post, except this little sentence in the intro:
János Kubisch wrote:
Fortunately, it is really hard to irrevocably mess something up with git, as long as you have the .git hidden folder in your project intact!
In my experience it takes some getting used to.
I worked in a team who worked with SVN for years and they were also a bunch of bunglers, so they complained about Git for years and never got the hang of it.
Another team who moved to Git was amazed at how easy the transition was.

At first, I thought it was overly complicated compared to SVN, but now I never want to go back.
It's very easy to branch and merge, which makes developing new features and cooperating in teams so much easier.
I wouldn't dismiss Git based on that one article...
Just be sure to get some GUI tool.
Not the default or the command line, those are for script kiddies who think they're so cool because they use command line.
I use SourceTree or Visual Studio 2019 and those work well.

GeneralRe: Source Control Suggestions Pin
honey the codewitch1-Dec-19 3:48
mvahoney the codewitch1-Dec-19 3:48 
GeneralRe: Source Control Suggestions Pin
Sander Rossel1-Dec-19 4:01
professionalSander Rossel1-Dec-19 4:01 
GeneralRe: Source Control Suggestions Pin
honey the codewitch1-Dec-19 4:02
mvahoney the codewitch1-Dec-19 4:02 
GeneralRe: Source Control Suggestions PinPopular
M-Badger30-Nov-19 9:59
M-Badger30-Nov-19 9:59 
GeneralRe: Source Control Suggestions Pin
Maximilien30-Nov-19 10:03
Maximilien30-Nov-19 10:03 
GeneralRe: Source Control Suggestions Pin
Eddy Vluggen30-Nov-19 10:10
professionalEddy Vluggen30-Nov-19 10:10 
GeneralRe: Source Control Suggestions Pin
Kevin Marois30-Nov-19 10:21
professionalKevin Marois30-Nov-19 10:21 
GeneralRe: Source Control Suggestions Pin
Maximilien30-Nov-19 12:25
Maximilien30-Nov-19 12:25 
GeneralRe: Source Control Suggestions Pin
Member 133016792-Dec-19 1:52
Member 133016792-Dec-19 1:52 
GeneralRe: Source Control Suggestions Pin
RickZeeland30-Nov-19 10:11
mveRickZeeland30-Nov-19 10:11 
GeneralRe: Source Control Suggestions Pin
Ravi Bhavnani30-Nov-19 11:12
professionalRavi Bhavnani30-Nov-19 11:12 
GeneralRe: Source Control Suggestions Pin
Kevin Marois30-Nov-19 11:32
professionalKevin Marois30-Nov-19 11:32 
GeneralRe: Source Control Suggestions Pin
Ravi Bhavnani30-Nov-19 12:06
professionalRavi Bhavnani30-Nov-19 12:06 
GeneralRe: Source Control Suggestions Pin
Ron Anders30-Nov-19 12:34
Ron Anders30-Nov-19 12:34 
GeneralRe: Source Control Suggestions Pin
Mike Hankey30-Nov-19 12:50
mveMike Hankey30-Nov-19 12:50 
GeneralRe: Source Control Suggestions Pin
Rick York30-Nov-19 14:16
mveRick York30-Nov-19 14:16 
GeneralRe: Source Control Suggestions Pin
abmv1-Dec-19 1:40
professionalabmv1-Dec-19 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.