Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'git'

2082543 - gitsub: diff git submodule
  1. #!/bin/sh
  2.  
  3. mkdir sub
  4. cd sub
  5. echo hello > file
  6. git init
  7. git add .
  8. git commit -m "Initial"
  9.  
2082538 - gitsub: diff git submodule
  1. #!/bin/sh
  2.  
  3. mkdir sub
  4. cd sub
  5. echo hello > file
  6. git init
  7. git add .
  8. git commit -m "Initial"
  9.  
2062882 - vss2git-105.pl: git hs vss
  1. #!/usr/bin/perl
  2. #
  3. # VSS-to-git migration script v1.00 by Chris Ritchey (rethnor@gmail.command)
  4. # Original script by Andy Duplain (trojanfoe@gmail.com) written for Mercurial
  5. #
  6. # Based on the VSS-to-Subversion script by:
  7. # Brett Wooldridge, Daniel Dragnea, Magnus Hyllander and Neil Sleightholm.
  8. # (See: http://neilsleightholm.blogspot.com)
  9.  
2045368 - Stuff: git github
  1. #Arend made some Dutch translation changes for which he asked a pulls with to commits to be merged. See: https://github.com/jasperf/OSTicket-Reloaded/pull/21 I would like to merge/commit these two #commits. Do I do this by:
  2.  
  3. git checkout master
  4. git pull git://github.com/arendjantetteroo/OSTicket-Reloaded.git nltranslate
  5. git push origin master
1541608 - git pasteapply: git
  1. #!/usr/bin/env perl
  2. use strict;
  3. use WWW::Mechanize;
  4. use Config;
  5.  
  6. unless (scalar @ARGV) {
  7.     print "Usage: git pasteapply [options] <number> [<number>...]\n" .
  8.         "Fetches the paste from pastebin.ca numbered <number> and applies\n" .
  9.  
1541579 - git pasteapply: git
  1. #!/usr/bin/env perl
  2. use strict;
  3. use WWW::Mechanize;
  4. use Config;
  5.  
  6. unless (scalar @ARGV) {
  7.     print "Usage: git pasteapply [options] <number> [<number>...]\n" .
  8.         "Fetches the paste from pastebin.ca numbered <number> and applies\n" .
  9.  
1541568 - git pasteapply: git
  1. #!/usr/bin/env perl
  2. use strict;
  3. use WWW::Mechanize;
  4. use Config;
  5.  
  6. unless (scalar @ARGV) {
  7.     print "Usage: git pasteapply [options] <number> [<number>...]\n" .
  8.         "Fetches the paste from pastebin.ca numbered <number> and applies\n" .
  9.  
1243283 - Untitled: rc dexen wrapper git helper plan9
  1. #!/bin/rc
  2.  
  3.  
  4. # rc (plan9 shell) helper for wrappers, v1.1
  5. #
  6. # suppose you want to make wrapper for `git', also named `git'
  7. # you place it in a private directory, and include in $PATH
  8. #
  9.  
1243147 - Untitled: rc dexen wrapper git helper plan9
  1. #!/bin/rc
  2.  
  3.  
  4. # rc (plan9 shell) helper for wrappers
  5. #
  6. # suppose you want to make wrapper for `git', also named `git'
  7. # you place it in a private directory, and include in $PATH
  8. #
  9.  
993674 - dmiles_afk: git
  1. [root@ip-10-251-23-31 javaCyc]# git pull titan:/development/cyc/system/src/main/resources
  2. The authenticity of host 'titan (67.170.65.58)' can't be established.
  3. RSA key fingerprint is b8:c3:1c:94:68:0c:8c:f9:77:cb:58:29:12:c9:3e:22.
  4. Are you sure you want to continue connecting (yes/no)? yes
  5. Warning: Permanently added 'titan,67.170.65.58' (RSA) to the list of known hosts.
  6. root@titan's password:
  7. Permission denied, please try again.
  8. root@titan's password:
  9.  
791176 - Kelvie: git
  1. kelvie@mudd (qswizzler) qt $ git-cat-file commit 53f41cd173e6e7315b9ccfa70e159b147a54604e
  2. tree 6a8b809427ff95789d63d5430c45e360326615b5
  3. parent 9b0ca682e0423337842c07877cb69de0fba6cfa9
  4. author Kelvie Wong <Kelvie.Wong@safe.com> 1195062076 -0800
  5. committer cscrimgeour <cscrimgeour@e2d93294-a71b-0410-9dca-e2ea525a67c9> 1195585630 +0000
  6.  
  7. Renamed generateCoords to generateCoordSys
  8. kelvie@mudd (qswizzler) qt $ git-cat-file commit 1e11ffb6fa37dbda98783a2acac9a0c999f79828
  9.  
791172 - Kelvie: git
  1. tree 6a8b809427ff95789d63d5430c45e360326615b5
  2. parent 9b0ca682e0423337842c07877cb69de0fba6cfa9
  3. author Kelvie Wong <Kelvie.Wong@safe.com> 1195062076 -0800
  4. committer cscrimgeour <cscrimgeour@e2d93294-a71b-0410-9dca-e2ea525a67c9> 1195585630 +0000
  5.  
  6. Renamed generateCoords to generateCoordSys
  7. kelvie@mudd (qswizzler) qt $ git-cat-file commit 1e11ffb6fa37dbda98783a2acac9a0c999f79828
  8. tree 6a8b809427ff95789d63d5430c45e360326615b5
  9.  
fantasy-obligation