Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| [user] | |
| name = Pavan Kumar Sunkara | |
| email = pavan.sss1991@gmail.com | |
| [core] | |
| editor = vim | |
| whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
| excludesfile = ~/.gitignore | |
| [sendemail] | |
| smtpencryption = tls | |
| smtpserver = smtp.gmail.com |
| // Place user-specific overrides in this file, to ensure they're preserved | |
| // when upgrading | |
| { | |
| "folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "node_modules"] | |
| } |
| # -*- Conf -*- | |
| [color] | |
| branch = auto | |
| diff = auto | |
| status = auto | |
| showbranch = auto | |
| ui = true | |
| # color.branch | |
| # A boolean to enable/disable color in the output of git-branch(1). May be set to always, false (or |
| [user] | |
| name = Joe User | |
| email = joe@joeuser.com | |
| [branch] | |
| autosetupmerge = true | |
| [branch "master"] | |
| remote = origin | |
| merge = refs/heads/master |
Related Setup: https://gist.github.com/hofmannsven/6814278
Related Pro Tips: https://ochronus.com/git-tips-from-the-trenches/
| git push -u origin master | |
| Counting objects: 3, done. | |
| Delta compression using up to 4 threads. | |
| Compressing objects: 100% (2/2), done. | |
| Writing objects: 100% (3/3), 336 bytes | 0 bytes/s, done. | |
| Total 3 (delta 0), reused 0 (delta 0) | |
| Notifying Redmine about changes to this repository : 'inventopy/inventopy_src' ... | |
| - Error while notifying Redmine ! (status code: 301) |
| git push -u origin master | |
| To ssh://git@server.project_server_location.git | |
| ! [rejected] master -> master (fetch first) | |
| error: failed to push some refs to 'ssh://git@server_location/inventopy_src.git' | |
| hint: Updates were rejected because the remote contains work that you do | |
| hint: not have locally. This is usually caused by another repository pushing | |
| hint: to the same ref. You may want to first integrate the remote changes | |
| hint: (e.g., 'git pull ...') before pushing again. | |
| hint: See the 'Note about fast-forwards' in 'git push --help' for details. |
| git pull | |
| remote: Counting objects: 3, done. | |
| remote: Total 3 (delta 0), reused 0 (delta 0) | |
| Unpacking objects: 100% (3/3), done. | |
| From ssh://project_location | |
| * [new branch] master -> origin/master | |
| There is no tracking information for the current branch. | |
| Please specify which branch you want to merge with. | |
| See git-pull(1) for details |
| git clone ssh://git@server.blablabla.com/project_name/repository.git | |
| Cloning into 'inventopy_src'... | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| @ WARNING: POSSIBLE DNS SPOOFING DETECTED! @ | |
| @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ | |
| The RSA host key for server_location has changed, | |
| and the key for the corresponding IP address 46.101.128.148 | |
| is unknown. This could either mean that | |
| DNS SPOOFING is happening or the IP address for the host | |
| and its host key have changed at the same time. |
| server.gaddeagroup.com,146.185.172.6 ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC8JBN1GY0lObADO4tRBxJugw4bL/hP6jxyU+C6MNJnpUXmlhnJee8XWu3KA9ZfDEPHOkXOrifaQlnenVS/ACdGjOUs79Eh4DSXiQdzu+urznU21bGzbihBIGxCTwMfHp7vZGA7U3Iew+4rXpCvDFt1iea0CQGgbK3vxEgBxovVT5Ze5u4QpUVLzCfGC/jQ9Ahzom2Ed/s0XLJzQF28qRptv51GOslGpbFCcVd/bHVCIlHD4OoMMkeyZG1UOu+r1Fg7LoVMRxoWRDqggow+5kZ4b4nug9H+kVDus/o4m5Cip4BxlnZRrgHJ8opyPorW+HzWDQ8wt5i6L28SZFQdgkSr |