Code Monkey home page Code Monkey logo

go-git-cmd-wrapper's People

Contributors

j-koehler avatar ldez avatar mmatur avatar wyarde avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

go-git-cmd-wrapper's Issues

git ls-files

An API to call git ls-files would be a very useful addition.

Work in different directories

Hi. I want to use your library but I do

output, err := git.Clone(
		clone.Repository(repository),
		clone.Directory(directory),
		git.Debugger(true),
	)

After that I pushed commit and do

output, err := git.Pull(
		pull.Repository(repository),
		git.Debugger(true),
	)

As the result - nothing happened

How I can work with the same git in different folders?

Get the current brach

Hey,

First of all thanks for this very nice piece of software. Just what i need to automate my workflow.
I am not able to get one thing however.
How do i produce a command to get the current branch name?
git branch --show-current is not (yet) supported it seems.
Also i'm not able to figure out the alternative solutions like git rev-parse --abbrev-ref HEAD
I just got git rev-parse --abbrev-ref=HEAD (which is incorrect to get the current branch)

Please see below snippet that outputs

func ChangeBranch(targetB string) {
	currentB, _ := git.RevParse(revparse.AbbrevRef("HEAD"), git.CmdExecutor(cmdExecutorMock))
	fmt.Printf("Changing branch from %s to %s\n", currentB, targetB)
	out, _ := git.Checkout(checkout.Branch(targetB), git.CmdExecutor(cmdExecutorMock))
	fmt.Println(out)
}

Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.