April 20, 2024, 07:53:33 AM

1,531,643 Posts in 46,729 Topics by 1,523 Members
› View the most recent posts on the forum.


GIT

Started by Daddy, March 02, 2009, 04:49:52 PM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

Go Down

Daddy

Is there a tutorial with example files and such that I can edit to learn how to use Git?

I tried and got to the point where I made an edit to the master branch and experimental branch and tried to merge them and since the edits were different I got some weird error.

Maybe if I use a tutorial or something I can learn how it works.  akudood;

guff

hey it took me a couple days to figure out how to push my changes to github  akudood;

i haven't had to deal with merges yet

Daddy

Goddamn, it's still a bit confusing but using Vim makes it a lot easier than using smultron, though I don't know how much more difficult it would be to commit multiple changes


Just merging
Code Select
#Comment for testing Git
from the experimental branch with
Code Select
#Testing comments in Git
from the master branch was enough of a pain in the ass. goonish



Imagine trying to consolidate differences in hundreds of files.  akudood;

guff

no one else here knows or cares about git  akudood;

Daddy

Quote from: guff on March 03, 2009, 06:34:44 AM
no one else here knows or cares about git  akudood;
They should.  akudood;

Go Up