Coder Social home page Coder Social logo

oren0e / gitopen Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 50 KB

A command line utility to open git repository page in the browser from the repository location in terminal

License: GNU General Public License v3.0

Rust 98.05% Makefile 1.95%
git termial command-line-tool bitbucket github gitlab rust

gitopen's People

Contributors

oren0e avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

lengyijun

gitopen's Issues

open current branch's upstream

git branch -vv
  add-appimage     ae682aa72a8b Add a CI job for packaging fish as an AppImage
* lyj-add-appimage 0a1cd4461ce7 [lyj/lyj-add-appimage] don't show ^C
  master           79f8364bc70a [origin/master] docs/completions: Add a teensy bit more
 cat .git/config 
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = [email protected]:fish-shell/fish-shell.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[user]
        email = [email protected]
        name = lengyijun
[remote "appimage"]
        url = [email protected]:mliszcz/fish-shell.git
        fetch = +refs/heads/*:refs/remotes/appimage/*
[branch "appimage"]
        remote = appimage 
        merge = refs/heads/add-appimage
[remote "lyj"]
        url = [email protected]:lengyijun/fish-shell.git
        fetch = +refs/heads/*:refs/remotes/lyj/*
[branch "lyj-add-appimage"]
        remote = lyj
        merge = refs/heads/lyj-add-appimage
git checkout master
gitopen # I want to open https://github.com/fish-shell/fish-shell/

git checkout  lyj-add-appimage
gitopen # I want to open https://github.com/lengyijun/fish-shell

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.