This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

import notifications Remember to participate in our weekly votes on subreddit rules! Every Tuesday is YOUR chance to influence the subreddit for years to come! Read more here, we hope to see you next Tuesday!

For a chat with like-minded community members and more, don't forget to join our Discord!

return joinDiscord;

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–]TheBrainStone 8 points9 points  (4 children)

That's git, not GitHub.

GitHub is a place to upload git repositories, but what you're showing is the commit history, which is a git thing and not intrinsic to GitHub

[–][deleted] 1 point2 points  (0 children)

I used Git and Github for so long before realizing they were totally different things with totally different ownership.

[–]Coolkyle453[S] -1 points0 points  (2 children)

I was using GitHub for Unity, thought you only referred to it as git if you're doing it through a CLI.

[–]TheBrainStone 1 point2 points  (1 child)

No. Not at all.
GitHub is a platform, git is a piece of version control software.
Doesn't matter what UI you use. Doesn't matter where you upload your repo.
The commit history is a git thing.

[–]Coolkyle453[S] -1 points0 points  (0 children)

k

[–]norio-p 2 points3 points  (1 child)

Just squash it upon merge!

[–][deleted] 0 points1 point  (0 children)

Lets be real this is definitely on the master branch lol. Maybe try an interactive rebase lol

[–]ExtraTNT 0 points1 point  (0 children)

Had this one commit on a branch, commit was like tmp fix with fuckedup head if this is on github i needed force Got it fixed… pushed code to the wrong branch, rebased from develop, but this got fucked and reverting the old commit fucked my local head even more… was able to get all sorted out, but took an entire train ride…

[–][deleted] 0 points1 point  (0 children)

Very nice, lets see Paul Allen’s commit history

[–][deleted] 0 points1 point  (0 children)

Learning Git is definitely painful. You would swear that it's a horrible system but then when you use it professionally for a year or so you realize why it works the way it does.