Tower 2 Git client is coming
21–29 of 29 posts
Re: Tower 2 Git client is coming
#22Earlier quoted context omitted.
Same here, but SourceTree just seems to get so slow after a fair amount of use.
Is there a reason to use SourceTree a lot? I only fire up Source Tree when I'm feeling too lazy to compose a search command from the terminal. Of course, `git log | grep phrase` usually does the trick but if I need anything fancier (date ranges, for instance) I'll just fire up ST.
Re: Tower 2 Git client is coming
#23Earlier quoted context omitted.
Sure https://windows.github.com/
Different product and github only.
It's actually what I recommend to colleagues who aren't comfortable with git, but we find it to be better than any other version control or [insert LaTeX collab startup here] for writing academic articles.
Edit: for clarity.
Re: Tower 2 Git client is coming
#24Earlier quoted context omitted.
Different product and github only.
What nailer said. Works great on non-GH repos without any complaints, just maybe non-standard workflows and mentality. It's actually what I recommend to colleagues who aren't comfortable with git, but we find it to be better than any other version control or [insert LaTeX collab startup here] for writing academic articles. Edit: for clarity.
What are your experience with using latex + git?
Re: Tower 2 Git client is coming
#25Earlier quoted context omitted.
Same here, but SourceTree just seems to get so slow after a fair amount of use.
Is there a reason to use SourceTree a lot? I only fire up Source Tree when I'm feeling too lazy to compose a search command from the terminal. Of course, `git log | grep phrase` usually does the trick but if I need anything fancier (date ranges, for instance) I'll just fire up ST.
Re: Tower 2 Git client is coming
#26Earlier quoted context omitted.
What nailer said. Works great on non-GH repos without any complaints, just maybe non-standard workflows and mentality. It's actually what I recommend to colleagues who aren't comfortable with git, but we find it to be better than any other version control or [insert LaTeX collab startup here] for writing academic articles. Edit: for clarity.
I'm actually considering to start using latex with git, mostly for my own notes and papers. I'm in an academic environment. What are your experience with using latex + git?
I had my sister review my thesis for grammar and spelling, she doesn't do git, so I checked out a coy in a dropbox folder and shared it with her. She made her edits in the folder, and would send me emails as she finished each chapter. After she finished a chapter I would check in her changes and merge the diffs with FileMerge.
Worked pretty well, though we only collaborated on text, I never merged figures or equations. I also had a cron job that would render the head of the master and put it on my website so my advisor and committee members could check in on my progress.
Re: Tower 2 Git client is coming
#27Earlier quoted context omitted.
Is there a reason to use SourceTree a lot? I only fire up Source Tree when I'm feeling too lazy to compose a search command from the terminal. Of course, `git log | grep phrase` usually does the trick but if I need anything fancier (date ranges, for instance) I'll just fire up ST.
I use it mostly for the graphs... We work between a ton of branches and it's nice to see the visualization. Also, it's a lot faster when I have to push multiple branches to multiple repos (looking through 2 remotes with 7 branches each right now).
Re: Tower 2 Git client is coming
#28Re: Tower 2 Git client is coming
#29Earlier quoted context omitted.
What nailer said. Works great on non-GH repos without any complaints, just maybe non-standard workflows and mentality. It's actually what I recommend to colleagues who aren't comfortable with git, but we find it to be better than any other version control or [insert LaTeX collab startup here] for writing academic articles. Edit: for clarity.
I'm actually considering to start using latex with git, mostly for my own notes and papers. I'm in an academic environment. What are your experience with using latex + git?
For my own notes and papers, it's great in all the ways that git is supposed to be: keeps me organized, keeps things backed up (I use BitBucket, free unlimited collaborators with a .edu address), and makes me feel better because I have more control over the whole process (as opposed to Dropbox or Google Drive).