uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 33 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   product   online   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   description   tutorial   explanation   technology   build   blog   article   learn   world   project   boat   download   windows   security   lookup   free   performance   javascript   technical   network   control   beautiful   support   london   tools   course   file   research   purchase   library   programming   image   youtube   example   php   construction   html   opensource   quality   install   community   computer   profile   feature   power   browser   music   platform   mobile   user   process   work   database   share   manage   hardware   professional   buy   industry   internet   dance   advice   installation   developer   3d   search   access   material   customer   travel   camera   test   standard   review   documentation   css   money   engineering   develop   webdesign   engine   device   photography   digital   api   speed   source   program   management   phone   discussion   question   event   client   story   simple   water   marketing   app   content   yacht   setup   package   fast   idea   interface   account   communication   cheap   compare   script   study   market   live   easy   google   resource   operation   startup   monitor   training  


Tag selected: git.

Clear all

Showing 33 results.

Looking up git tag. Showing 33 results. Clear

Bitbucket + monday.com Integrations | Zapier

https://zapier.com/apps/bitbucket/integrations/monday

Saved by uncleflo on December 23rd, 2018.

In a matter of minutes and without a single line of code, Zapier allows you to connect Bitbucket and monday.com, with as many as 54 possible integrations. Are you ready to find your productivity superpowers? It's easy to connect Bitbucket + monday.com and requires absolutely zero coding experience—the only limit is your own imagination. Creates an issue on any repository you specify. Triggers when a new issue is added in a selected repository.

repository coding connect monday productivity imagination trigger premium commit select specific integration account enterprise everyone platform experience company business workflow integrate git help assist administration developer


A successful Git branching model

https://nvie.com/posts/a-successful-git-branching-model/

Saved by uncleflo on June 29th, 2018.

In this post I present the development model that I’ve introduced for some of my projects (both at work and private) about a year ago, and which has turned out to be very successful. I’ve been meaning to write about it for a while now, but I’ve never really found the time to do so thoroughly, until now. I won’t talk about any of the projects’ details, merely about the branching strategy and release management.

git version manage howto introduce work private success strategy time project detail branch model repository code development administration present post


Resolve Git merge conflicts in favor of their changes during a pull

https://stackoverflow.com/questions/10697463/resolve-git-merge-conflicts-in-favor-of-their-changes-during-a-pull

Saved by uncleflo on June 22nd, 2018.

How do I resolve a git merge conflict in favor of pulled changes? Basically I need to remove all conflicting changes from a working tree without having to go through all of the conflicts with a git mergetool while keeping all conflict-free changes. Preferably doing this while pulling, not afterwards. You can use the recursive "theirs" strategy option.

conflict favor change tree merge tool keep strategy git server synchronize pull push checkout checking branch resolve howto stackoverflow question solution answer development administration


JavaScript and Scala Implementations of WOOT

https://bitbucket.org/d6y/woot

Saved by uncleflo on June 21st, 2017.

Yjs is a framework for offline-first p2p shared editing on structured data like text, richtext, json, or XML. It is fairly easy to get started, as Yjs hides most of the complexity of concurrent editing. For additional information, demos, and tutorials visit y-js.org.

js implement operational-transformation data content administration library bitbucket git code development tool website tutorial demo text user interface structured share


Undoing Changes - git

https://www.atlassian.com/git/tutorials/undoing-changes

Saved by uncleflo on April 12th, 2017.

git checkout, git revert, git reset, git clean. This tutorial provides all of the necessary skills to work with previous revisions of a software project. First, it shows you how to explore old commits, then it explains the difference between reverting public commits in the project history vs. resetting unpublished changes on your local machine.

development administration change difference git tutorial atlassian reference project lookup howto command dos bash software revert


How do I export a specific commit with git-archive?

http://stackoverflow.com/questions/11018411/how-do-i-export-a-specific-commit-with-git-archive

Saved by uncleflo on February 14th, 2017.

I asked a similar question before, but it was answered inadequately so I thought I would ask again here but providing more information. I need to get different and older versions of a git repository and I'm having trouble with that.

stackoverflow git archive howto development backup administration solution question commit reference branch zip


Using GIT to clone from a windows machine to a linux webserver (in house)

http://stackoverflow.com/questions/7812553/using-git-to-clone-from-a-windows-machine-to-a-linux-webserver-in-house

Saved by uncleflo on October 18th, 2016.

OK, I am looking for a way to use GIT to keep a web site up to date between my local machine (git repository) and my web site (git clone of repository). I have initialized the repository (on windows 7 machine) and added all the files to the repo on my local machine. I now need to get the repo to the webswerver (a linux-based machine). I can access the webserver via putty and ssh. How do I go about cloning the repo into the appropriate directory to serve the web site?

development git administration repository server desktop webserver access windows versioncontrol website clone ssh question stackoverflow


Bitbucket - CaesarIA - Overview

https://bitbucket.org/dalerank/caesaria/overview

Saved by uncleflo on July 14th, 2016.

Work for CaesarIA began in 2009, it was a wide screen mod for Caesar III. In 2012 development moved to a standalone game with its own engine. In 2014, the game was released in steam, but still open-source software. It is an open-source remake of the popular citybuilder/economic strategy - Caesar III, videogame by Empressions Games. Now, CaesarIA is still in development phase, which means an early experimental stage. It is playable, and you can already download and test the game, but some features yet still missing. When CaesarIA will be released? It is very hard to quetion. Even after we are done implementing all the features, we will want to continue work for new features and testing. Information about release will be posted.

git code development game old overview information bitbucket commits feature pricing play develop screen flash


How to handle big repositories with git - Atlassian Blogs

http://blogs.atlassian.com/2014/05/handle-big-repositories-git/

Saved by uncleflo on February 8th, 2015.

git is a fantastic choice for tracking the evolution of your code base and to collaborate efficiently with your peers. But what happens when the repository you want to track is really huge? In this post I’ll try to give you some ideas and techniques to deal properly with the different categories of huge.

git repository large code blog growth howto handle administration development scale project management version subversion


What's the best practice to "git clone" into an existing folder? - Stack Overflow - http://stackoverflow.com/questions/5377960/whats-the-best-practice-to-git-clone-into-an-existing-folder [http://stackoverflow.com/]

http://stackoverflow.com/questions/5377960/whats-the-best-practice-to-git-clone-into-an-existing-folder

Saved by uncleflo on September 16th, 2014.

I have a working copy of the project, without any source control meta data. Now, I'd like to do the equivalent of git-clone into this folder, and keep my local changes. git-clone doesn't allow me to clone into an existing folder. What is the best practice here? This can be done by cloning to a new directory, then moving the .git directory into your existing directory.

git clone existing folder stackoverflow control meta practice best directory change administer solution development live update


None

http://meldmerge.org/

Saved by uncleflo on September 15th, 2013.

Meld is a visual diff and merge tool targeted at developers. Meld helps you compare files, directories, and version controlled projects. It provides two- and three-way comparison of both files and directories, and has support for many popular version control systems. Meld helps you review code changes and understand patches. It might even help you to figure out what is going on in that merge you keep avoiding.

information development diff merge compare tool git linux meld solution comparison tools software programming


Fedora List - How do I make use of SSH_ASKPASS?

http://fedora.12.x6.nabble.com/How-do-I-make-use-of-SSH-ASKPASS-td2384794.html

Saved by uncleflo on August 31st, 2013.

I can't find out to make use of this. It is set to /usr/libexec/openssh/gnome-ssh-askpass, but I still get prompted for a password when I use ssh. I thought the prompt was only supposed to occur when I login to GNOME.

gnome ssh askpass linux password prompt terminal environment variable administration git version file manage


Git server setup on linux using smart HTTP | Nonsense and other useful things

http://brakkee.org/site/2011/08/06/git-server-setup-on-linux-using-smart-http/

Saved by uncleflo on July 4th, 2013.

After seeing a presentation from Linus Torvalds I decided to read more about git. After looking into git more a I have decided to slowly move to git. New projects will be using git instead of subversion and I will move some existing projects over to git when I get the chance.

git server linus torvalds http smart setup gitolite ssh compare source project apache infrastructure howto administration


How to set up your own private Git server on Linux | Bradley Wright

http://tumblr.intranation.com/post/766290565/how-set-up-your-own-private-git-server-linux

Saved by uncleflo on July 4th, 2013.

One of the things I’m attempting to achieve this year is simplifying my life somewhat. Given how much of my life revolves around technology, a large part of this will be consolidating the various services I consume (and often pay for). The mention of payment is important, as up until now I’ve been paying the awesome GitHub for their basic plan. I don’t have many private repositories with them, and all of them are strictly private code (this blog; Amanda’s blog templates and styles; and some other bits) which don’t require collaborators. For this reason, paying money to GitHub (awesome though they may be) seemed wasteful. So I decided to move all my private repositories to my own server. This is how I did it.

git server private linux howto setup repository share service blog development


gitolite-install failed · Issue #15 · atomic-penguin/cookbook-gitlab · GitHub

https://github.com/atomic-penguin/cookbook-gitlab/issues/15

Saved by uncleflo on July 4th, 2013.

I am getting an error when trying to install gitolite via chef-solo. running "yum install perl-Time-HiRes" seems to fix it

error bug gitolite install yum time perl command linux fix hub git howto guide solution administration


git - gitosis vs gitolite? - Stack Overflow

http://stackoverflow.com/questions/10888300/gitosis-vs-gitolite

Saved by uncleflo on July 4th, 2013.

I am looking for installing a git server to share projects with my team. I don't want to create a user account on the server with SSH access for each developer that needs a git access. It seems there is two concurrent solutions that cover this issue : gitosis & gitolite. I could not find any comparison between both solutions. What are the main differences between them? Are there other similar solution?

solution git gitolite gitosis overflow stack question answer guide install difference server development administration issue compare


gitolite documentation

http://gitolite.com/gitolite/master-toc.html

Saved by uncleflo on July 4th, 2013.

This is the master index for all gitolite documentation. The sequence is designed to go from background, to basics, to advanced, and then to more advanced topics. If you find this flow hard to follow, try these graphical overviews of the documentation: basic and advanced.

gitolite administration reference howto guide git documentation introduction table content setup install version manage


GITLAB: Self Hosted Git Management Application

http://gitlab.org/

Saved by uncleflo on July 4th, 2013.

Self hosted Git management software GitLab is a fast, secure and stable solution to manage your projects. It is based on Ruby on Rails and has a free and open-source license (MIT). GitLab is the most installed git management application in the world.

git server service host manage software ruby application fast lab


Get Gitorious

http://getgitorious.com/

Saved by uncleflo on July 4th, 2013.

Gitorious Community Edition. Open Source Git Collaboration

git gitorious server community open source collaboration download software


Getting Started

http://git.wpengine.com/getting-started/

Saved by uncleflo on May 22nd, 2013.

Current WP Engine customers can get started by logging into our support site and opening a support request that includes your applications/install names as well as your SSH public key, and the SSH public keys of anyone you'd want to provide access to. If you need help generating an SSH public key - check out GitHub Help: Generating SSH Keys. We ask that customers login and submit a request so that we can immediately verify that you are the owner of the appliction/install in question. In the future, we plan to offer SSH public key management through the my.wpengine.com management portal. Once WP Engine has setup and provided you with details on how to git push to your application, you'll start by obtaining a snapshot copy of your application to work with. If you already are using git for your application's source control, but just need the details to deploy your application, feel free to skip ahead to Deploying to Production.

wpengine getting started git version system access explanation howto guide control source details application setup install ssh support key


Git Reference

http://gitref.org/index.html

Saved by uncleflo on May 16th, 2013.

This is the Git reference site. It is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will present the common options and commands needed to accomplish these common tasks. Each section will link to the next section, so it can be used as a tutorial. Every page will also link to more in-depth Git documentation such as the official manual pages and relevant sections in the Pro Git book, so you can learn more about any of the commands. First, we'll start with thinking about source code management like Git does.

reference git learn remember information guide short brief version commit project command use organize operation option task


Matoking / ScryptMiner-GUI

https://github.com/Matoking/ScryptMiner-GUI

Saved by uncleflo on May 10th, 2013.

A simple GUI for the scrypt-based cpuminer written in C++ using Qt. To use, copy the minerd executable to the same directory as the GUI itself, alongside with any needed libraries. After that, just run the GUI executable.

miner gui repository cpu library git friendly scrypt qt github


How to use Dropbox as a git repository

http://intermediaware.com/blog/how-to-use-dropbox-as-a-git-repository

Saved by uncleflo on May 9th, 2013.

Dropbox is a free file synchronization/backup service where you can backup, save and share files. One of the best things is, that you can use it as git remote server. Here is an example on how to do it. To start, open a shell/terminal window and go to your project directory.

guide control development git windows script linux howto together version dropbox project repository sync directory server management bash administration


None

http://gitref.org/

Saved by uncleflo on January 14th, 2013.

This is the Git reference site. This is meant to be a quick reference for learning and remembering the most important and commonly used Git commands. The commands are organized into sections of the type of operation you may be trying to do, and will present the common options and commands needed to accomplish these common tasks. Each section will link to the next section, so it can be used as a tutorial. Every page will also link to more in-depth Git documentation such as the official manual pages and relevant sections in the Pro Git book, so you can learn more about any of the commands. First, we'll start with thinking about source code management like Git does.

reference git version control code subversion learn manual development information lookup


Home | Read the Docs

https://readthedocs.org/

Saved by uncleflo on January 5th, 2013.

Read the Docs hosts documentation, making it fully searchable and easy to find. You can import your docs using any major version control system, including Mercurial, Git, Subversion, and Bazaar. We support webhooks so your docs get built when you commit code. There's also support for versioning so you can build docs from tags and branches of your code in your repository. A full list of features is available. It's free and simple. Read the Getting Started guide to get going!

read docs nice simple minimal beautiful git webhook live commit serve development