Tfw you're too brainlet to figure out how to use git so you just give up

>Tfw you're too brainlet to figure out how to use git so you just give up
Also post your tech grudges

Attached: images.jpg (205x246, 4K)

Other urls found in this thread:

sbf5.com/~cduan/technical/git/
twitter.com/NSFWRedditVideo

>that 18 year old boomer than wants to use email because git seems unnecessary

Attached: initial d driving.jpg (854x721, 41K)

what is git used for?

I think it's a repository of trap porn.

What are you trying to do with git? If you're just downloading other people's shit, all you need to know is git clone and git pull.

what's wrong with ftp?

Attached: 1516372344706.jpg (307x462, 28K)

git thread?

sbf5.com/~cduan/technical/git/

git is a version control system, it has nothing to do with data transfer. they are completely different concepts.

you can certainly do git over ftp, but ssh or https is more common

but you can save multiple versions on a ftp server.

I was that guy but trust me, learning git is completely worth it.

you can do that in many ways, but in my experience a vcs like git is better than doing it yourself because:
- easy branching and jumping around different states of the code
- automatically modifying files once you change the git state
- it maintains a history of code changes for you (which is very useful when going back to code you wrote a long time ago)

Git clone followed by the URL of whatever it is you’re trying to download

git clone link isn't too special. The magic happens with git pull. There's no need to re-download files which haven't changed

Yeah, you can. What if you had a piece of software that managed those versions for you, and made it easy to work with them, and keep them updates and organized? Lets call it git.

man git

i dont know too much either and i tried to use git with visual studio and I don't know what i'm doing

How does Jow Forums maintain her fork? with git pull?
I personally prefer to git fetch upstream, add my commits in a new branch (or branches), then git merge upstream/master, and (on the branch(es) I made my changes) git rebase master, git merge and finally git push and pull request.

>her

>Implying Jow Forums is not a girl
Silly

Faggot companies who prefer the NON FREE ArcGIS to QGIS

Attached: 4chan nigger account.png (511x599, 518K)

part of the git magic is that it keeps brainlets out