Ich habe meine Änderungen gestasht. Jetzt möchte ich nur einige Dateien aus dem Stash unstashen. Wie kann ich das machen?
Antworten
Zu viele Anzeigen?
Janac Meena
Punkte
2377
Ben Jackson
Punkte
84305
Do Nhu Vy
Punkte
38281
Zum Beispiel
git stash show --name-only
Ergebnis
ofbiz_src/.project
ofbiz_src/applications/baseaccounting/entitydef/entitymodel_view.xml
ofbiz_src/applications/baselogistics/webapp/baselogistics/delivery/purchaseDeliveryDetail.ftl
ofbiz_src/applications/baselogistics/webapp/baselogistics/transfer/listTransfers.ftl
ofbiz_src/applications/component-load.xml
ofbiz_src/applications/search/config/elasticSearch.properties
ofbiz_src/framework/entity/lib/jdbc/mysql-connector-java-5.1.46.jar
ofbiz_src/framework/entity/lib/jdbc/postgresql-9.3-1101.jdbc4.jar
Dann stash in spezifischer Datei zurückholen
git checkout stash@{0} -- ofbiz_src/applications/baselogistics/webapp/baselogistics/delivery/purchaseDeliveryDetail.ftl
Weitere verwandte Befehle
git stash list --stat
get stash show
abdella
Punkte
220
- See previous answers
- Weitere Antworten anzeigen