Giter VIP home page Giter VIP logo

git-cheats's Introduction

Hey There!

I am Can, a creative who blends technical expertise with artistic vision. My passion for game development and R&D projects has led me on a journey through various industries, from animation to game development, where I have honed my multidisciplinary skills from game engines and 3D modeling software, to programming languages and animation tools. I am always on the lookout for new and innovative ways to enhance my craft.

If you're interested in learning more about the tools and software I use, head over to my uses page, where I share my preferred tools and software.


An image of @excalith's Holopin badges, which is a link to view their full Holopin profile


git-cheats's People

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  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

git-cheats's Issues

Search not working for certain commands

I was trying to lookup git "branch" but I noticed that the search ranks "clone", "status" and "commit" before actually giving the result. Then I tried testing other stuff and they weren't working either.
Examples:
commit - ranks "add" first then commit
tag - ranks "add", "commit", "rm" before showing the actual "tag" command.

Expected Behaviour

Display the correct search result.

Actual Behaviour

Displays other results before the searched one.

Steps To Reproduce

  • Search up a command (like branch, tag, or commit)
  • The results are not what was searched.

Missing 'git' command in 'git commit --amend'

Expected Behaviour

Expected to see the command 'git' in the command.

Actual Behaviour

The command 'git' was missing.

Steps To Reproduce

Go to the "commit" section of the website.

Error located at:

commands.json (line 111)
"code": "commit --amend"

Fix:

commands.json (line 111)
"code": "git commit --amend"

More Language Options Required

Currently, json file has only English and Turkish localizations. We can add more languages to help people get used to git commands even easier! It is simple enough to localize, you only need to modify commands.json file with your translations adding "lang key": "lang description" in required fields and it will automatically pop-up in page.

Proofreading Required

I have used various documentations including git-scm and atlassian and tried making descriptions even more simple, but still requires a native speaker with git knowledge to check and possibly improve translations.

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.