[git-users] Re: I have to figure out git by Thu or be fired...

2017-04-04 Thread Zero point minus two
Op dinsdag 4 april 2017 22:02:34 UTC+2 schreef Zero point minus two: > > > - so this "editing an older commit" would give you the working tree at the > time of the older commit as if you were doing a time travel. > > - you are basically given "authority" to make changes at that earlier > point in

[git-users] Re: I have to figure out git by Thu or be fired...

2017-04-04 Thread Zero point minus two
Op zondag 2 april 2017 04:41:54 UTC+2 schreef bestbrightes...@gmail.com: > > Any suggestions? This company uses bitbucket and sourcetree. Is there a > tutorial (that works) that I could view? > One specific question is, what exactly is a tree in computer terms? I'm > guessing it is a directory, s

Re: [git-users] Re: I have to figure out git by Thu or be fired...

2017-04-03 Thread Michael
On 2017-04-03, at 8:19 PM, bestbrightestandthens...@gmail.com wrote: > I've tried adding to the .gitignore file but I can't seem to get git to > ignore anything. What did you put in the .gitignore file? Can you send a copy of it? --- Entertaining minecraft videos http://YouTube.com/keybounce

Re: [git-users] Re: I have to figure out git by Thu or be fired...

2017-04-03 Thread bestbrightestandthensome
I've tried adding to the .gitignore file but I can't seem to get git to ignore anything. On Monday, April 3, 2017 at 1:07:44 PM UTC-6, Michael Gersten wrote: > > > On 2017-04-03, at 11:44 AM, bestbrightes...@gmail.com wrote: > > I just need some sort of tutorial. I will see what I can find on y

Re: [git-users] Re: I have to figure out git by Thu or be fired...

2017-04-03 Thread Michael
On 2017-04-03, at 11:44 AM, bestbrightestandthens...@gmail.com wrote: > I just need some sort of tutorial. I will see what I can find on youtube. > It's a rather odd product compared to other source safe systems I have used > in the past. The Microsoft systems I can figure out in 5 minutes with

Re: [git-users] Re: I have to figure out git by Thu or be fired...

2017-04-03 Thread John McKown
I like this one, read only for free: https://git-scm.com/book/en/v2 So much so that I actually bought the book just to support the author. On Mon, Apr 3, 2017 at 1:44 PM, wrote: > I just need some sort of tutorial. I will see what I can find on youtube. > It's a rather odd product compared to ot

[git-users] Re: I have to figure out git by Thu or be fired...

2017-04-03 Thread bestbrightestandthensome
I just need some sort of tutorial. I will see what I can find on youtube. It's a rather odd product compared to other source safe systems I have used in the past. The Microsoft systems I can figure out in 5 minutes without even needing any instructions. Git is just plain weird. On Sunday, April

[git-users] Re: I have to figure out git by Thu or be fired...

2017-04-02 Thread Igor Djordjevic
Do you need to figure out how to _use_ Git in everyday work, or how Git itself works _internally_? I may assume it`s the former, but asking about "tree" makes me wonder - that said, how computer savvy are you in the first place, and what would your desired context/flow of using Git be? Before