Jump to content

connecting ATOM with GIT: therefore i need your recommendations


dil_bert

Recommended Posts

good day dear PHPFreaks - hope you are well

today i  do not have a php-question but a ATOM-one ...

 

Well i am pretty new to atom - but i really like its options and features.

Now i want ot connect ATOM with GIT: - therefore i need your recommendations: What is your personal favorite?  what makes you working with Git a breeze.
 
i am a bit more of a casual Git user and don’t have all the commands i need 100% memorized, so i look for a  package for for my start of working with ATOM and GIT

Do you have any suggestions and recommendations !?

BTW: here we have an overview on the GIT-tools that work with ATOM
https://atom.io/packages/search?utf8=✓&q=keyword:git-gui

do you suggest those packages and tools that have a reached a big audience - with many many downloads !? Well this would be my approach to choose a tool to start with!?  

Look forward to hear from you

 

dil_bert

Link to comment
Share on other sites

dear phpfreaks,

 

well i guess that this package is pretty interesting.


https://atom.io/packages/git-plus

Make sure your gitconfig file is configured. You must configure at least the `user.email` and `user.name` variables.
Also, the package currently favors an ssh setup that doesn't expect to be prompted for credentials in order to push/pull, .etc. Github has a guide to help you set that up [here](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)

If you are on a Windows machine, I recommend checking out [this thread](https://github.com/akonwi/git-plus/issues/224) if you have issues pushing/pulling from a remote repository with this package. I also don't have the means to do my own user testing in a windows environment so I won't be immediately able to help troubleshoot windows problems.

### Showing the Git-Plus Palette

> * `Cmd-Shift-H` on MacOS
> * `Ctrl-Shift-H` on Windows + Linux
> * `Git Plus: Menu` on the atom command palette.

### Push/Pull/Fetch notifications

Notifications will appear in a console output above the status bar. This view can be toggled by clicking the 'git+' icon in the bottom right of the status bar.

what do you say...  - i really like it
https://atom.io/packages/git-plus

Link to comment
Share on other sites

just heard about Gitkraken

 

GitKraken .

it is told to be  much better than Atom at actually managing a repository, and provides a strong visual interface that encourages you to learn git but without requiring you to memorize commands. Once you have a repo cloned, you need to do nothing to “connect” Atom; just open your new repo in Atom and you can commit, push, and pull from the built-in github package.

Link to comment
Share on other sites

hello dear phpfreaks,.

the question is - does gitrkraken integrate in Atom:

i did a quick search - to find out if this is true:

gitkraken - Atom
https://atom.io/packages/gitkraken
An instance of GitKraken will be spawned for each project by default, but can be configured in the package settings to only ever run a single instance of the ...

gitkraken-glo - Atom
https://atom.io/packages/gitkraken-glo
GitKraken Glo for Atom. Open GitKraken Glo as a tab in Atom. GitKraken Glo is an issue board for tracking issues and tasks. Glo inside Atom ..


GitKraken - Atom
https://atom.io/packages/search?utf8=✓&q...gitkraken
At GitHub, we're building the text editor we've always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can't ..

Start Glo-ing | GitKraken Documentation - GitKraken Support
https://support.gitkraken.com/glo/start-glo-ing Search for gitkraken-glo and install. Click the Glo link to open Glo in a new Atom tab and log inusing your GitKraken credentials. Atom is now ready to Glo!

 

and i have found a little how-to
http://olio.dk/blog/install-teamwork-tools
Install teamwork tools: Git, GitKraken and Atom code editor

Introduction
If you are the first in your team, then create the Git repository and share it with the other team members, otherwise just skip to install Git for Windows and install the Git command line tools and Git graphical tool GitKraken. The Atom code editor is a modern text editor with many extensions for Docker file syntax highlighting, PowerSheel shortcuts and much more.  After following the steps below, read how to install Docker for Windows.

install gitkraken
Many developers prefer using git command line interface (CLI) tools, but for bigger projects a graphical user interface like GitKraken has many advantages. Download and install GitKraken and create a GitKraken account in the process.

Install atom editor
For editing code a modern code editor like Atom is a great choice.
Download and install Atom from https://atom.io


toogle git tab in atom editor
Under packages, GitHub there is a menu to Toogle Git tab.


install atom packages
Under the “File”, “Settings” menu, you can choose “Install” to search for new packages that extent the Atom editor, like “language-docker” for Docker syntax highlighting.


Create desktop shortcuts
command prompt shortcut
You can also just create a shortcut on the Windows desktop to:

powershell shortcut
If you prefer using the more advanced sheel and scripting environment PowerSheel, then create a shortcut on the Windows desktop to:

the question is - does gitkraken integrate into ATOM?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.