Skip to content

Instantly share code, notes, and snippets.

@rikukissa
Created November 22, 2024 12:42
Show Gist options
  • Save rikukissa/9415b88016c0acfc0e0d4e00add45993 to your computer and use it in GitHub Desktop.
Save rikukissa/9415b88016c0acfc0e0d4e00add45993 to your computer and use it in GitHub Desktop.
Get the list of changed copy items
Display the source blob
Display the rendered blob
Raw
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!ls ../src/translations"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"!git show release-v1.5.1:../src/translations/client.csv | diff - ../src/translations/client.csv"
]
},
{
"cell_type": "code",
"execution_count": 8,
"metadata": {},
"outputs": [],
"source": [
"!git show release-v1.5.1:../src/translations/login.csv | diff - ../src/translations/login.csv"
]
},
{
"cell_type": "code",
"execution_count": 9,
"metadata": {},
"outputs": [],
"source": [
"!git show release-v1.5.1:../src/translations/notification.csv | diff - ../src/translations/notification.csv"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "base",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.7"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment