grit
Can I get the progress of a git clone command, issued in grit, output to stdout?
I\'m fairly confident this is either not possible or I\'m missing an obvious option, but after consulting grit\'s Git class, the gist linked in this SO post, and the other grit tagged questions on SO,[详细]
2023-04-08 00:55 分类:问答Grit warnings on ruby 1.9
I\'m learning grit (version 2.4.1). Here is my basic code: #!/usr/bin/env ruby -wKU require \"grit\" repo = Grit::Repo.new(\"./myproject\")[详细]
2023-03-14 00:15 分类:问答Grit submodule update returns nil
Working on a ruby/git project using Grit, but I\'m unable to update my submodules programmatically. I figured out how the missing_method function maps to git and how to use it to perform tasks not wri[详细]
2023-03-08 03:44 分类:问答Download and modify file from Git Repository using Ruby Grit over SSH
How can I download a file (or clone the repo) from a secure Git Repo (e.g. SSH on GitHub), then commit changes back to the开发者_JAVA百科 repo using Ruby Grit?[详细]
2023-03-04 20:02 分类:问答A few questions about Grit
I have a few questions about Grit/Git that I hope you can help me with. Here\'s my code: # create Repo[详细]
2023-03-02 08:04 分类:问答Is it possible to add/commit a file to the index of a local bare Git repo?
I\'m messing around with the Ruby Git gem... seeing how I can use it to manage/access a Gitosis server I\'m running. Does anyone know if it is possible to add/commit files to a local bare repo, or wil[详细]
2023-02-22 11:12 分类:问答Grit: Show all files in master
I\'m trying to wrap my head around using Grit to write to a Git repository. I can easily create a repo and make a commit:[详细]
2023-02-16 17:19 分类:问答Grit's clone method is undefined?
I\'ve recently started working on a project that uses git for storage and ruby as a front-end. The first version of my script used ruby-git, which was ok though pretty simple. When I needed to do more[详细]
2023-01-28 22:59 分类:问答get latest commit for blob with ruby/grit
i cloned a copy of the git-wiki for some educational programming. now, as a challange, i tried to figure out how to get the date for the blob.[详细]
2023-01-27 18:01 分类:问答How do you find out what files where changed between commits using Grit
I am having trouble trying to find out what files changed between two different commits. Here is the setup, version of Ruby and the Gem Grit, and what happens when I run the program:[详细]
2023-01-03 08:41 分类:问答