This should show a list of commits in all branches which touched that file. Then, you can find the version of the file you want, and display it with...
git log --all -- <path-to-file>git show <SHA> -- <path-to-file>This should show a list of commits in all branches which touched that file. Then, you can find the version of the file you want, and display it with...
git log --all -- <path-to-file>git show <SHA> -- <path-to-file>| <link rel="import" href="../chart-js/chart-js.html"> | |
| <link rel="import" href="../topeka-elements/category-icons.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; |
| <!-- data-id is your gist id. --> | |
| <div class="gistLoad" data-id="5546503" id="gist-GistID"> | |
| <script src="https://raw.github.com/moski/gist-Blogger/master/public/gistLoader.js" type="text/javascript"></script> |
| language: java | |
| jdk: oraclejdk7 | |
| env: | |
| matrix: | |
| # android-16 is always included | |
| - ANDROID_SDKS=android-10 ANDROID_TARGET=android-10 ANDROID_ABI=armeabi | |
| before_install: | |
| # Install base Android SDK | |
| - sudo apt-get update -qq |
| language: ruby | |
| rvm: | |
| - 1.8.7 | |
| script: | |
| - bundle exec rake --trace test |
| diff --git a/.gitignore b/.gitignore | |
| index 9b63d08..0350d49 100644 | |
| --- a/.gitignore | |
| +++ b/.gitignore | |
| @@ -11,3 +11,7 @@ | |
| *.pc | |
| missing | |
| py-compile | |
| +/.project | |
| +/.pydevproject |
##Hello World!
| \documentclass[11pt]{scrartcl} | |
| % Image package | |
| \usepackage{graphics} | |
| % Href package for urls | |
| \usepackage{hyperref} | |
| % You need to place images in local directory | |
| \graphicspath{{images/}} | |
| \title{\textbf{Creative commmons license}} |
| \documentclass[11pt]{scrartcl} | |
| \usepackage{selinput} | |
| \usepackage[margin=2cm]{geometry} | |
| \usepackage{enumitem,varwidth} | |
| \usepackage[svgnames]{xcolor} | |
| \usepackage{tikz} | |
| \usetikzlibrary{shapes.geometric} | |
| \usepackage{lmodern} | |
| \parindent0em |