Giter Site home page Giter Site logo

kr-g / gitonic Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 4.0 287 KB

gitonic simplifies working with multiple git repositories

Home Page: https://pypi.org/project/gitonic

License: Other

Python 99.70% Shell 0.30%
python git source-control tkinter developer-tools git-tool git-workspace gitonic tk

gitonic's Introduction

Hi there ๐Ÿ‘‹

find my git repositories here

gitonic's People

Contributors

kr-g avatar

Stargazers

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

Watchers

 avatar

gitonic's Issues

git diff /difftool is not started for staged files

currently there is no support for staged files and running diff or difftool.
gitonic supports showing diff for unstaged files only.

resolution A:
unstage the file and use then diff or difftool

resolution B:
use bash/ commandline and run

git diff --cached + filename(optional)

or

git difftool --cached + filename(optional)

git mv

after moving a file with git mv the porcelaine status is R and deleted

icons in v0.0.8

it was reported that with v0.0.8 there is a problem with the icons
do upgrade pytkfaicons to v0.0.7 to resolve

gitonic not responding

it was reported that gitonic is freezed without reacting.
switching the windows on desktop worked.

resolution:

check if there are other tools open (like meld-merge) which were started from gitonic.
do close them, after that gitonic will responde again.

fatal: Failed to resolve HEAD

an error is thrown in case there is no branch set up, or no upstream branch is set up

fatal: Failed to resolve HEAD

to resolve set up a proper upstream

installation on raspberry pi, or fedora

when during startup an error is thrown, such as:

from PIL import Image, ImageTk, ImageDraw, ImageFont
ImportError: cannot import name 'ImageTk' from 'PIL' (/usr/lib64/python3.10/site-packages/PIL/__init__.py)

here it is required to install imagetk in addtion

# debian ubuntu etc
sudo apt-get install python3-pil python3-pil.imagetk

# fedora
sudo yum install python3-pillow python3-pillow-tk

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.