Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support stashing #24

@modocache

Description

@modocache

I want to be able to stash uncommitted changes:

let repository = openRepository(NSURL(fileURLWithPath: "/Users/modocache/Desktop/MyRepo")!)
let index = repository.flatMap { $0.index }
let commit = index.flatMap { $0.stash(message: "Saving some work for another day") }

I'd also like to be able to apply stashed changes somehow. Not sure what that API should look like yet, but suggestions welcome!

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions